Speeding up timer
#2

Not 100% sure on what you're trying to achieve, but this should work:
pawn Код:
CountVar[TEST] = CountVar[TESTZONE] / 2;

KillTimer(TESTTimer[playerid][TESTZONE]);
TESTTimer[playerid][TESTZONE] = SetTimerEx("TESTZONETimer", CountVar[TEST], false, "i", playerid);
Reply


Messages In This Thread
Speeding up timer - by Battlezone - 05.06.2014, 15:09
Re: Speeding up timer - by Threshold - 05.06.2014, 17:17
Re: Speeding up timer - by Battlezone - 05.06.2014, 18:37

Forum Jump:


Users browsing this thread: