Someone gets banned with certain weapon.
#3

Try this:
Код:
public OnPlayerUpdate(playerid)
{
  new weaponid;
  weaponid = GetPlayerWeapon(playerid);
  if(weaponid == 38)
  {
     SendClientMessage(playerid, 0xFF0000AA,"You have been banned for Minigun Hacks.");
     Ban(playerid);
  }
  return 1;
}
It will send that message to the Hacker and Ban him when he spawns a minigun.
Reply


Messages In This Thread
Someone gets banned with certain weapon. - by iLcke - 14.03.2010, 23:14
Re: Someone gets banned with certain weapon. - by Johndaone - 14.03.2010, 23:24
Re: Someone gets banned with certain weapon. - by evanx10 - 14.03.2010, 23:27

Forum Jump:


Users browsing this thread: 1 Guest(s)