27.09.2013, 18:54
something like this:
i did not test it.
Код:
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; }