how to add weapon,s when player spawns
#5

Okay. You can add weapons id and ammo of the weapon under the same function your using.

For example. This is your current function.
pawn Код:
AddPlayerClassEx(0, 292, 1673.6190, -2122.3142,   14.1460, 296.6250, 0,0, 0,0, 0,0);
Now this code will give Deagle of 100 ammo to the player who will select this skin. You can add three weapons here.
pawn Код:
AddPlayerClassEx(0, 292, 1673.6190, -2122.3142,   14.1460, 296.6250, 28,100, 0,0, 0,0);
28,100, 0,0, 0,0

Just change the other zeros as well.
Reply


Messages In This Thread
how to add weapon,s when player spawns - by MerCy - 07.05.2012, 16:00
Re: how to add weapon,s when player spawns - by LetsOWN[PL] - 07.05.2012, 16:03
Re: how to add weapon,s when player spawns - by $$inSane - 07.05.2012, 16:05
Re: how to add weapon,s when player spawns - by MerCy - 07.05.2012, 16:25
Re: how to add weapon,s when player spawns - by Ballu Miaa - 07.05.2012, 16:30
Re: how to add weapon,s when player spawns - by LetsOWN[PL] - 07.05.2012, 18:22
Ballu Miaa - by MerCy - 07.05.2012, 21:24
Re: how to add weapon,s when player spawns - by Ballu Miaa - 08.05.2012, 07:22

Forum Jump:


Users browsing this thread: 1 Guest(s)