Timers
#2

I don't understand well the first part, but if you want a clock you can create a textdraw and use this code:

pawn Код:
new hour, minute, second, string[8];
gettime(hour, minute, second);
format(string, 32, "%d:%d:%d", hour, minute, second);
PlayerTextDrawSetString(YourPlayerTD, string);
PlayerTextDrawShow(playerid, YourPlayerTD);
There is a fast code, you can do it better
Reply


Messages In This Thread
Timers - by Pro_Drifter - 29.12.2012, 06:37
Re: Timers - by JavoDiaz - 29.12.2012, 06:54
Re: Timers - by Pro_Drifter - 29.12.2012, 07:06
Re: Timers - by [HK]Ryder[AN] - 29.12.2012, 07:08

Forum Jump:


Users browsing this thread: 1 Guest(s)