29.11.2013, 18:11
Quote:
Is there any posibility to save time in like 5 Minutes 8 seconds?
|
new temp;
temp = A + (gettime() - B);
with the only difference that you store the total time you've loaded and the current online time to a temporary variable and then save the time with the value of temp (it stores the total time in seconds).
PS: The A and B are supposed to be explained in my above post.