SA-MP Forums Archive
Give Play Weapon? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Give Play Weapon? (/showthread.php?tid=98984)



Give Play Weapon? - DeltaAirlines12 - 24.09.2009

Is There Like Some VALID Command That Goes Like:

GivePlayerWeaponID("24")AMO200;

Or something like that? I wanna give a player a certain weapon after spawning them
to a deathmatch area. Thanks!


Re: Give Play Weapon? - BMUK - 24.09.2009

Whats wrong with...

pawn Код:
GivePlayerWeapon(playerid,wepid,ammo);



Re: Give Play Weapon? - DeltaAirlines12 - 24.09.2009

Quote:
Originally Posted by BMUK
Whats wrong with...

pawn Код:
GivePlayerWeapon(playerid,wepid,ammo);
Thanks!