Anti_Speed problem
#8

Try this
pawn Код:
public OnPlayerUpdate(playerid)
{
   if(GetPlayerSpeed(playerid) > 210)
   {
     SendClientMessage(playerid, 0xFF0000, "Anti-Speed:You're kicked for high speed.");
     Kick(playerid);
   }
   return 1;
}
Not Tested.
Reply


Messages In This Thread
Anti_Speed problem - by Akcent_Voltaj - 16.09.2012, 15:03
Re: Anti_Speed problem - by Akcent_Voltaj - 16.09.2012, 15:45
Re: Anti_Speed problem - by doreto - 16.09.2012, 15:58
Re: Anti_Speed problem - by ViniBorn - 16.09.2012, 16:10
Re: Anti_Speed problem - by SuperViper - 16.09.2012, 16:29
Re: Anti_Speed problem - by Akcent_Voltaj - 20.09.2012, 11:18
Re: Anti_Speed problem - by ikkentim - 20.09.2012, 11:44
Re: Anti_Speed problem - by Lordzy - 20.09.2012, 11:56

Forum Jump:


Users browsing this thread: 2 Guest(s)