25.01.2014, 18:54
This is server support, also if you want to give gun to a player use
For weapon id, go search in ****** for it (gta sa weapon ids) and edit the code on your own needs. If you want infinite ammo, make it 50000, conclusion:
This is going to give the user who uses it a minigun with infinite ammo.
pawn Код:
GivePlayerWeapon(playerid, weaponid, ammo);
pawn Код:
GivePlayerWeapon(playerid, 35, 50000);