How? Anti carjacking - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How? Anti carjacking (
/showthread.php?tid=71917)
How? Anti carjacking -
-Davee- - 04.04.2009
I update my anticheat system today but I have a big problem with (anti sob** anti carjack hack)
Problem: My state is not PLAYER_STATE_DRIVER, and i use cheat I have ban. But my state PLAYER_STATE_DRIVER
and newstate is PLAYER_STATE_DRIVER my anticheat don't work :S
pawn Код:
if((oldstate == PLAYER_STATE_DRIVER || oldstate != PLAYER_STATE_DRIVER) && newstate==PLAYER_STATE_DRIVER && !Entered[playerid]) CarjackCheck(playerid);
Re: How? Anti carjacking - Double-O-Seven - 04.04.2009
Use my anti-cheat JunkBuster. It prevent's carjacking with n00bheit. You can look how it works.
Re: How? Anti carjacking -
-Davee- - 04.04.2009
I see your anticheat and I already have this problem :S
Re: How? Anti carjacking -
-Davee- - 05.04.2009
Anybody?