SA-MP Forums Archive
modify the 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: modify the weapon (/showthread.php?tid=79224)



modify the weapon - javi1995iv - 26.05.2009

How do I modify the weapon with which the players start playing?


Re: modify the weapon - waza75 - 26.05.2009

What do you mean? Like a deagle to a m4? or a weaponmod?


Re: modify the weapon - kaisersouse - 26.05.2009

Look up AddPlayerClass in wiki.sa-mp.com

The last paramaters in that function are the starting weapons and starting ammo amt


Re: modify the weapon - Luka P. - 26.05.2009

You have in AddPlayerClass(skinid,x,y,z,angle,weapon1,amount,w eapon2,amount,weapon3,amount); i think


Re: modify the weapon - javi1995iv - 26.05.2009

Thank