27.11.2009, 22:37
As far as I know you can do:
Then Use the Hours, Minutes And Seconds to do what ever you want like formatting it into a SendClientMessage:
Is that what you mean or have i completly lost the point?
Ok I re-readed Your post, Ignore all that...
pawn Код:
new Hours,Minutes,Seconds;
pawn Код:
gettime(Hours,Minutes,Seconds);
pawn Код:
format(String,sizeof(String),"The Time Is: %d Hours, %d Minutes and %d Seconds!",Hours,Minutes,Seconds);
Ok I re-readed Your post, Ignore all that...