19.09.2013, 09:32
I'm trying to do convert timestamp to hours and minutes... but when i did this:
i got it: http://i.imgur.com/XlVCQic.png
What's the problem?
Код:
format(str, sizeof(str), "~b~~h~%02d~w~h ~b~~h~%02d~w~min", (OnlineTime[playerid]-gettime()/3600), ((OnlineTime[playerid]-gettime()/60))%60); TextDrawSetString(pPanelDown[3][playerid], str);
What's the problem?