Seconds
#1

I am doing a vip system using getTime is to convert the secundos in days?
Reply
#2

I guess you're looking for something like this?

pawn Код:
new oneDay = (gettime() + 86400);
gettime()
Epoch Converter
Reply
#3

I'm already using getTime have any stock or tutorial for converting?
Reply
#4

Triy this:
pawn Код:
stock SecondsToDays (seconds)
    return seconds / (60 * 60 * 24); // Credits to J4Rr3x
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)