timestamp problem
#1

I'm trying to do convert timestamp to hours and minutes... but when i did this:

Код:
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);
i got it: http://i.imgur.com/XlVCQic.png

What's the problem?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)