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



Debugs. - StackedPizza - 04.02.2016

_removed_


Re: Debugs. - ikey07 - 04.02.2016

Check all your variables with new Thing[100]; where Thing is your variable name.

And see where it could go up to 100, most likely you have some a++; Thing[a] = 1; for example, remember valid range for Thing[100] is 0 - 99


Re: Debugs. - StackedPizza - 06.02.2016

~removed.~


Re: Debugs. - StackedPizza - 16.02.2016

_removed_


Re: Debugs. - AmigaBlizzard - 16.02.2016

Code?


Re: Debugs. - StackedPizza - 16.02.2016

_removed_


Re: Debugs. - GloomY - 16.02.2016

Timer problem?

Код:
HTimer = SetTimer("AntiHealthHack", 30000, 1); // All 3.0 Seconds a check
HTimer2 = SetTimer("CameraHack", 3000, 1); // All 3.0 Seconds a check
HTimer3 = SetTimer("NightHack", 3000, 1); // All 3.0 Seconds a check
HTimer4 = SetTimer("ThermalHack", 3000, 1); // All 3.0 Seconds a check
Try this.


Re: Debugs. - StackedPizza - 16.02.2016

~removed.~