Debugs.
#1

_removed_
Reply
#2

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
Reply
#3

~removed.~
Reply
#4

_removed_
Reply
#5

Code?
Reply
#6

_removed_
Reply
#7

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.
Reply
#8

~removed.~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)