06.11.2013, 15:47
Yeah it should but actually you dont need mktime for that
You know that gettime() returns the unix timestamp in seconds than just add 4 days in seconds
You know that gettime() returns the unix timestamp in seconds than just add 4 days in seconds
pawn Код:
VIP[playerid][Timestamp] = gettime() + (4 * 24 * 60 * 60); // 4 days * 24 hours * 60 minutes * 60 seconds

