15.01.2015, 18:10
Quote:
It's simple, look into the following:
gettime getdate and format Here is an example; pawn Код:
pawn Код:
format(string, sizeof(string), "[%s - %s] ...", NewDate(), NewTime()); SendClientMessage(playerid, -1, string); ^^ - would print as: [15/01/2015 - 18:27] ... |
You will be able to convert timestamp to date with this include:
https://sampforum.blast.hk/showthread.php?tid=347605