Posts: 3,351
Threads: 780
Joined: Jan 2010
Is there any way to auto detect if someone use airbreak and auto ban him?
Posts: 190
Threads: 8
Joined: Oct 2010
Reputation:
0
I guess you could detect the change in vehicle velocity... But.. that would also ban everyone driving into wall.
I suppose you could do that in pre-set positions, still.
Posts: 1,130
Threads: 77
Joined: Jan 2010
Reputation:
0
I made an anti-airbreak, just get the max Z that a player can go, if he's Z is greater than the max Z, send to admins a warning of a possible cheater.
Posts: 84
Threads: 0
Joined: Nov 2010
Reputation:
0
It is possible to simply detect Air Brake in vehicle, just check whether distance between player's old position and new is big and whether GetPlayerSpeed custom function (find it in Useful Function topic) returns very little values (lower than 5).