Confused again :|
#2

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.
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)