22.02.2012, 02:20
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);