That would be awesome.
I actually tried to add a Cheat for the Shark to the cheats.xtbl, but the Game doesn't recognizes the Unlockstring...
I actually tried to add a Cheat for the Shark to the cheats.xtbl, but the Game doesn't recognizes the Unlockstring...
Code:
<Cheats>
<Name>WP_Shark</Name>
<UnlockString>getshark</UnlockString>
<DisplayName>GIVE_WEAPONSHARK</DisplayName>
<Interface_Category>Weapons</Interface_Category>
<Cheat_Description>GIVE_WEAPON_DESC</Cheat_Description>
<Type>
<Weapon>
<Action>
<Give>
<Weapon>WP_Shark</Weapon>
<Ammo>1</Ammo>
</Give>
</Action>
<Weapon></Weapon>
<Ammo>0</Ammo>
</Weapon>
<Action></Action>
<Hour>0</Hour>
<Vehicle_Name></Vehicle_Name>
<Conditions></Conditions>
</Type>
<_Editor>
<Category>Entries:Weapons</Category>
</_Editor>
<Dont_Flag_As_Cheating>True</Dont_Flag_As_Cheating>
</Cheats>