How to Anti AirBreak ?
#6

something like this:
Код:
public OnPlayerUpdate(playerid)
{
	new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    if(GetPlayerPos(playerid) >= x, y, 200)
	{
	    BanEx(playerid, "Air Break");
	}
	return 1;
}
i did not test it.
Reply


Messages In This Thread
How to Anti AirBreak ? - by nguyenquynh - 27.09.2013, 16:29
Re: How to Anti AirBreak ? - by boomerboom - 27.09.2013, 16:31
Re: How to Anti AirBreak ? - by nguyenquynh - 27.09.2013, 16:33
Re: How to Anti AirBreak ? - by boomerboom - 27.09.2013, 16:38
Re: How to Anti AirBreak ? - by nguyenquynh - 27.09.2013, 16:53
Re: How to Anti AirBreak ? - by ic3cr3am - 27.09.2013, 18:54
Re: How to Anti AirBreak ? - by Konstantinos - 27.09.2013, 19:02

Forum Jump:


Users browsing this thread: 3 Guest(s)