how can i make players to spawn with a weapons?
#1

how can i make a players have a weapons when they are spawning?
Reply
#2

Read this very carefully;

https://sampwiki.blast.hk/wiki/AddPlayerClass
Reply
#3

AddPlayerClass(skinid, x, y, z, angle, weap1, ammo1, ammo2,weap2, weap3, ammo3 );

for exam AddPlayerClass(115, 115, 240, 14, 1, 38, 1000, 32,1000, 33, 500 );

wow id 38 is minigun
Reply
#4

Quote:
Originally Posted by xCoder
AddPlayerClass(skinid, x, y, z, angle, weap1, ammo1, ammo2,weap2, weap3, ammo3 );

for exam AddPlayerClass(115, 115, 240, 14, 1, 38, 1000, 32,1000, 33, 500 );

wow id 38 is minigun
Eh.. found a mistake

You said : AddPlayerClass(skinid, x, y, z, angle, weap1, ammo1, ammo2,weap2, weap3, ammo3 );


Its suppost to be

AddPlayerClass(skinid, x, y, z, angle, weap1, ammo1, weap2,ammo2, weap3, ammo3 );

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)