SA-MP Forums Archive
Not detecting Fly Hack - 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: Not detecting Fly Hack (/showthread.php?tid=627803)



Not detecting Fly Hack - xxxSpeedxxx - 01.02.2017

How to fix this? Any ideas ladies and gentlemen?

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



Re: Not detecting Fly Hack - Isolated - 01.02.2017

Care to explain what's actually wrong?

Can't guess what's up if you don't tell us.


Re: Not detecting Fly Hack - xxxSpeedxxx - 01.02.2017

Oh sorry man I copy pasted it from the last 2-3 posts no one answered and forgot to explain it. The problem is that it doesnt detect fly hack, you can use it without any problem. And that's a big problem.