1. Change function name to match your task
2. Change the unban_time format
PHP Code:
formatex(unban_time, len, "%i:%02i:%02i %i/%i/%i", hours, minutes, seconds, month, day, year);
3. Use
PHP Code:
new szDate[32]
GenerateTommorowDate(24*60, szDate, charsmax(szDate));