Time Issue
#1



How could I fix this issue? This is the code:

pawn Код:
new
         string[ 128 ],
         Hour,
         Minute,
         Second,
         Year,
         Month,
         Day;

    getdate(Year, Month, Day);
    gettime(Hour, Minute, Second);

format(string, sizeof(string), "Time:     "COL_GREEN"%%02d:%02d", Hour,Minute);
    SendClientMessage(playerid, COLOR_WHITE, string);
Thank you advance!
Reply


Messages In This Thread
Time Issue - by Abreezy - 22.02.2012, 02:20
Re: Time Issue - by coole210 - 22.02.2012, 02:24
Re: Time Issue - by Abreezy - 22.02.2012, 02:33

Forum Jump:


Users browsing this thread: 1 Guest(s)