05.12.2014, 20:09
I have one small problem. I have this code:
And I get this in my console:
Is there any way to fix this?
EDIT: by the way, timestamp is set to 1418418196.
pawn Код:
new year, month, day, hour, minute, second;
TimestampToDate(timestamp, year, month, day, hour, minute, second, 0);
Is there any way to fix this?
EDIT: by the way, timestamp is set to 1418418196.