16.04.2015, 15:37
You can use IF,
For example :
And stuff a like. (You can use it for mm exactly like this)
Good luck.
For example :
PHP код:
if(hh < 10)
{
format(string, sizeof(string), "~g~[~w~%02d:%d~g~]", hh, mm);
GameTextForAll( string, 8000, 1 );
}
Good luck.