23.11.2011, 13:07
I have a file with a number in that is increased every minute. When you ban players you set their 'unbantime', which will be the value in the file when the ban should expire. If you wanted the <time> parameter to be hours
unban_time = value_in_file += hours*60
unban_time = value_in_file += hours*60