SA-MP Forums Archive
Weapon help - 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: Weapon help (/showthread.php?tid=157841)



Weapon help - Lookin - 07.07.2010

i need help with the weapons
i want to add weapons but am not sure how to
can someone please lend a hand


Re: Weapon help - StreetGT - 07.07.2010

here : https://sampwiki.blast.hk/wiki/GivePlayerWeapon


Re: Weapon help - Lookin - 03.08.2010

thank you but i was meaning with spawns sorry for the misunderstanding


Re: Weapon help - Vince - 03.08.2010

AddPlayerClass(id, x, y, z, a, weapon1, weapon1ammo, weapon2, weapon2ammo, weapon3, weapon3ammo);


Re: Weapon help - Shockey - 03.08.2010

So wat he Vince said

and get the weapon ids from typing in ******

samp weapon ids

if you don't get it post the All the AddPlayerClass and I will add ut for u


AW: Weapon help - wesone - 03.08.2010

try this if you simply want to spawn a weapon

Код:
AddStaticPickup(ID, 2, float: x, float: y, float: z);
i think you have to use the outgame weapon ids for example the desert eagle is id "348" and not "24"

hope this helps


Re: Weapon help - Lookin - 03.08.2010

thanks heaps guys! its greatly appreciated ill let you know if or when i get it

*EDIT damn this was awhile ago xD reminds me of my noob days