SA-MP Forums Archive
Fly Hack - Help needed. - 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)
+--- Thread: Fly Hack - Help needed. (/showthread.php?tid=628776)



Fly Hack - Help needed. - xxxSpeedxxx - 14.02.2017

So this is in my AC script, it's there to check if players are using Fly Hack cheat and then ban them if they are.But it's not working at all,don't know why. Any ideas?
PHP код:
 var = GetPlayerAnimationIndex (i);
                if (
JB::Variables [FLY_HACK] && ivar [3] > JB::Variables [FLY_HACK] && 12.0 && (var == 1543 || var == 1538 || var == 1539))
                {
                    
JB::Ban (i"Fly hack"); // Obvious noob is obvious.
                    
continue;
                } 
Any help is apreciated!