13.09.2016, 03:35
hey guys i have this timer on a rob but is still on 30 sec he wont go down like 29,28,27 etc...
in the sistem i have this
so i can have a textdraw to know how much time i have
why isn't working ? and staying at "Time Left: 30"
Код HTML:
new RobSec = 0;
Код HTML:
RobSec = 30;
Код HTML:
format(string, sizeof(string), "Time Left: ~y~%d", RobSec); PlayerTextDrawSetString(playerid, Rob2Text[playerid], string);