vb6 timer problem
Hello, i have little problem with timers in vb6. When you turn on timer with multiple memory addresses (eg inf ammo and no spread/recoil) the other timers stop working (eg stamina and spawn). Well they dont stop working, they just work once in 15 min. But when i make whole own exe to multi memory addresses and run it and main trainer same time timers works great on main trainer. Whats the problem?
Could you perhaps show us an example or something, I don't quite get what you mean.
well ill try to explain better.
this is what mine timer1 contains (ofcourse + real addresses)
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
Call WriteALong("Warrock",
And this is mine timer2
Call WriteALong("Warrock",
timer3:
Call WriteALong("Warrock",
Now, when i enable timer2 (whats eg stamina) its working great. After i have started timer2 i start timer1, and then timer2 stop freezing value(=stops working). If i have only timer 2 and 3 running, they all is working fine, and if i make own exe to timer1 and own to 2 and 3,and run both of them, everything is working good. How can i make it work in 1 exe?
Looks like it's conflicting (timer names or something).
Anyways, here's a possible solution.
Split up each address into separate timers, and enable them all at once like: Timer1_Stamina, Timer1_GPS. If one doesn't work you will know, and also solve it through debugging.
well i tried that separate addresses before but then it didint worked so i guess it dont work now either
E: yeah i tryed it and didint worked
I guess the only possible solution is to debug it. Remove half the addresses, see if it works fine, if doesn't remove the other half, and keep removing the ones that don't work till you find out which one isn't working.
omfg, it did worked. I dont even remember when this happened before on internet. 9 from 11 addresses where those which wasnt working. Thanks alot