Thread: 1337 Restarter
View Single Post
mateo10
Veteran Member
Join Date: Jan 2006
Old 12-01-2006 , 11:01   Re: Server Restart (every hour) [New Update v2.0]
Reply With Quote #15

Can I still use
Code:
if(hour == 0 && minute == 0 && second == 0) {     restartServer() }
or shall I change that to
Code:
if(g_counter==3600) {     g_counter = 0 }

AND...
I have to use id on both CountDown and serverRestart because
of the client_print command.

Last edited by mateo10; 12-01-2006 at 11:05.
mateo10 is offline