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?