Weapons can not use
#6

how about this?
pawn Код:
public NoZombieWeapons(playerid)
{
    if(gTeam[playerid] == TEAM_ZOMBIE)
    {
         if(GetPlayerWeapon(playerid) != 0 && GetPlayerWeapon(playerid) != KNIFE) ResetPlayerWeapons(playerid); GivePlayerWeapon(playerid,KNIFE,600);
    }
    return 1;
}
Reply


Messages In This Thread
Weapons can not use - by Kitten - 15.11.2010, 00:22
Re: Weapons can not use - by The_Moddler - 15.11.2010, 00:26
Re: Weapons can not use - by Kitten - 15.11.2010, 00:30
Re: Weapons can not use - by The_Moddler - 15.11.2010, 00:39
Re: Weapons can not use - by Haydz - 15.11.2010, 06:47
Re: Weapons can not use - by cessil - 15.11.2010, 07:53

Forum Jump:


Users browsing this thread: 2 Guest(s)