Giveplayerweapon - 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: Giveplayerweapon (
/showthread.php?tid=185770)
Giveplayerweapon -
Haydz - 26.10.2010
i'v put this code under OnPlayerSpawn, is this correct or does it need to be somewhere eles.
Код:
GivePlayerWeapon(playerid, 348, 200);
GivePlayerWeapon(playerid, 349, 200);
GivePlayerWeapon(playerid, 353, 1000);
GivePlayerWeapon(playerid, 356, 500);
Thanks in advance
Re: Giveplayerweapon -
Kitten - 26.10.2010
it can almost be anywhere
and btw you got the the ids wrong
https://sampwiki.blast.hk/wiki/Weapons
Re: Giveplayerweapon -
Haydz - 26.10.2010
Quote:
Originally Posted by Kitten
|
ahh /facepalm i was using the model id's :/ thanks for your help.