OnFoot Crash
#1

Hey there is a guy at our server which uses this method to crash people and i found some threads working on this but i don't seem to trust them or they are in Russian.

So if somebody has something like this that actually works and protects the server i would be glad if they post it here.

Thanks.

EDIT: Something like this: https://sampforum.blast.hk/showthread.php?tid=452274

And this: http://forum.sa-mp.com/showthread.ph...eraFrontVector
Reply
#2

I hope that both will works properly
Reply
#3

Quickest way to detect if he tries to crash you is:

pawn Код:
OnPlayerUpdate(playerid)
{
    new cm = GetPlayerCameraMode(playerid);
    if(cm == 184) { Kick(playerid); } // "Bug Abuse" - OnFootCrasher exploit fix.
}
That should fix your problem..
Reply
#4

Aight i will try the one above thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)