GETTIME... I need help with it.
#2

Set up a timer ongamemode init that calls a function to start the hourly timer. You'll need to work out how many minutes are left until the hour ends, so something like (ongamemodeinit
PHP код:
    new hms;
    
gettime(hms);
    
SetTimer("Timer_InitiateHourTimer", (60-m)*600000); 
then have that timer call another timer with the interval of 60,000 ms (1hr) and connect it to a function to give all connected players a respect point
Reply


Messages In This Thread
GETTIME... I need help with it. - by Scrillex - 24.03.2016, 20:30
Re: GETTIME... I need help with it. - by Golden96 - 24.03.2016, 20:42
Re: GETTIME... I need help with it. - by Scrillex - 24.03.2016, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)