05.06.2014, 17:17
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);