Weapon cheat
#5

pawn Код:
public AntiWeaponHack()
{
  for (new i = 0; i < MAX_PLAYERS; i++)
  {
    if (GetPlayerWeapon(i) == 35 || GetPlayerWeapon(i) == 36 || GetPlayerWeapon(i) == 37 || GetPlayerWeapon(i) == 38)
    {
        Kick(i); // or change to ban, whatever you want it to do.
    }
  }
}
Reply


Messages In This Thread
Weapon cheat - by [LNL]Remulis - 11.05.2009, 21:04
Re: Weapon cheat - by Weirdosport - 11.05.2009, 21:19
Re: Weapon cheat - by typedef - 12.05.2009, 01:17
Re: Weapon cheat - by DMSOrg - 12.05.2009, 02:20
Re: Weapon cheat - by shitbird - 12.05.2009, 05:08

Forum Jump:


Users browsing this thread: 1 Guest(s)