19.01.2017, 04:06
Should CountDownTimer as shown here:
Not be CountDownVar?
It seems you were accidentally displaying the timer ID rather than the seconds variable.
Also, make the change that Sreyas mentioned, so that the function repeats every second..
PHP код:
format(str, sizeof(str), "Timp ramas in operatie: %d", CountDownTimer);
PHP код:
format(str, sizeof(str), "Timp ramas in operatie: %d", CountDownVar);
Also, make the change that Sreyas mentioned, so that the function repeats every second..
PHP код:
CountDownTimer = SetTimerEx("CountDown", 1000, true, "i", playerid);