SA-MP Forums Archive
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: Not working? (/showthread.php?tid=639107)



Not working? - xxxSpeedxxx - 11.08.2017

Hey how can I make this work,it doesn't detect fly hack as it should?

Код:
var = GetPlayerAnimationIndex (i);
				if (JB::Variables [FLY_HACK] && ivar [3] > JB::Variables [FLY_HACK] && z > 1.0 && (var == 1543 || var == 1538 || var == 1539))
				{
				    JB::Ban (i, "Fly hack");
				    continue;
				}