30.01.2016, 10:33
I feel so stupid right now, wasted everyone's time, I have all my timers inside an included .pwn
Код:
if(CGRPLOGGEDIN[i] == 1) { Meaning if they are logged in > it would continue, which futher down has my 1 second timer for the money update but it was set to this by accident. if(CGRPLOGGEDIN[i] == 0) { meaning if they aint logged in XD -facepalm- but atleast I realize the fault, still was helpful, and now I dont need to clog OnPlayerUpdate :P