SA-MP Forums Archive
Anti fly hack not working - 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: Anti fly hack not working (/showthread.php?tid=627596)



Anti fly hack not working - xxxSpeedxxx - 29.01.2017

Can someon help me out with this? I really don't know what should I put here to make this ban for fly hack with ped and vehicle. Tnx in advance for any given help.

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;
                }