Confused again :|
#3

Quote:
Originally Posted by PlayON
Put
pawn Код:
ResetPlayerWeapons(playerid);
BEFORE:
pawn Код:
GivePlayerWeapon(playerid, weaponid);
Should look like this:
pawn Код:
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, weaponid);
So first it removes player's weapons, then it gives a new one.
Thanks I was just thinking about that, but
I thought it wouldn't give the player any gun
because it will just reset the players weapon
when he goes in dm. So, thanks
Reply


Messages In This Thread
Confused again :| - by ViruZZzZ_ChiLLL - 11.05.2010, 12:21
Re: Confused again :| - by Zh3r0 - 11.05.2010, 12:25
Re: Confused again :| - by ViruZZzZ_ChiLLL - 11.05.2010, 12:27
Re: Confused again :| - by iJumbo - 11.05.2010, 12:27

Forum Jump:


Users browsing this thread: 1 Guest(s)