Posts: 27
Threads: 6
Joined: Apr 2009
Reputation:
0
How do I modify the weapon with which the players start playing?
Posts: 81
Threads: 18
Joined: Aug 2007
Reputation:
0
What do you mean? Like a deagle to a m4? or a weaponmod?
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
Look up AddPlayerClass in wiki.sa-mp.com
The last paramaters in that function are the starting weapons and starting ammo amt
Posts: 1,429
Threads: 50
Joined: Feb 2009
Reputation:
0
You have in AddPlayerClass(skinid,x,y,z,angle,weapon1,amount,w eapon2,amount,weapon3,amount); i think