18.01.2015, 09:29
Hey guys. Is better to make less timers and more code on the timers or different timers with less code? Thanks in advance
TaximeterTick[i]++;
PrisonTime[i]--;
I'm using a global timer of 1 second, that loops through all players and checks for different things.
Etc. if they are in a taxi with a taximeter ticking, i increase the "taximetertick" with pawn Код:
pawn Код:
|