Sawn-off Ban
#2

You could use this to reset their weapons and desync them if they have a sawn-off shotgun:
pawn Код:
public OnPlayerUpdate(playerid)
{
  if(GetPlayerWeapon(playerid) == 26) {
    ResetPlayerWeapons(playerid);
    return 0;
  }
  return 1;
}
Reply


Messages In This Thread
Sawn-off Ban - by Rhemsis - 27.10.2009, 22:36
Re: Sawn-off Ban - by ev0lution - 27.10.2009, 22:48
Re: Sawn-off Ban - by Burridge - 27.10.2009, 22:50
Re: Sawn-off Ban - by Rhemsis - 28.10.2009, 14:42
Re: Sawn-off Ban - by MadeMan - 28.10.2009, 14:47
Re: Sawn-off Ban - by Sergei - 28.10.2009, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)