How to Anti AirBreak ?
#1

I want Anti hack AirBreak for my server @@
Reply
#2

Any more info,like what color or something eles.I can give you my but its beta.
Reply
#3

Quote:
Originally Posted by boomerboom
Посмотреть сообщение
Any more info,like what color or something eles.I can give you my but its beta.
You can help me anti AirBreak, Please
Reply
#4

You mean to make it or to help you to make it?
Reply
#5

Quote:
Originally Posted by boomerboom
Посмотреть сообщение
You mean to make it or to help you to make it?
Anti it
Reply
#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
#7

Quote:
Originally Posted by ic3cr3am
Посмотреть сообщение
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.
This is not how GetPlayerPos is used. Plus your way you're trying to do will not work, it will ban innocent players if they fly a aircraft.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)