Current time to UNIXTIMESTAMP
#1

Hi guys! Can any1 give ma an idea how to convert current time( gettime() ) to unixtimestamp?
Reply
#2

pawn Код:
new time = gettime();
printf("Time: %i", time);
Should print a unix timestamp.
Reply
#3

Quote:
Originally Posted by Stinged
Посмотреть сообщение
pawn Код:
new time = gettime();
printf("Time: %i", time);
Should print a unix timestamp.
Yeaaa man . Thank you very much, didn't notice that.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)