02.10.2015, 20:50
You have to format it..like:
PHP код:
new tmp[32];
format(tmp,sizeof(tmp),"%02d:%02d",GameMinutes,GameSeconds);
SetSVarString("TimeLeft", tmp);