25.07.2015, 01:04
Okay so I get one part, lets say
86400 (seconds in day) x 31 day
And I will get int such as 2,678,812 seconds
Okay now I have those 2 milion seconds, and I compare it with getdate?
Also how could I format it to tell player how many days he has left?
pawn Код:
(86400 * 31);
And I will get int such as 2,678,812 seconds
Okay now I have those 2 milion seconds, and I compare it with getdate?
Also how could I format it to tell player how many days he has left?