24.11.2014, 10:07
Quote:
If that's the case, Is it possible to get the remaining days instead?
Like "You have %d (E.G. 7 days) left on your VIP." |
pawn Code:
new remaining_seconds = gettime() - User[id][ExpirationVIP];
new remaining_days = remaining_seconds / 3600 / 24;