17.11.2013, 20:31
For setting player cash use
And for having unlimited ammo, just set the ammo to 50000.,
pawn Код:
GivePlayerMoney(playerid, amount of cash);
pawn Код:
GivePlayerWeapon(playerid, weaponid, 50000);
// Replace 'weaponid' with the weapon you want to have infinite ammo.