[Tutorial] How to make a simple server time system
#2

Appreciate your effort, i don't wanna be a dick but..

pawn Code:
#include <YSI\y_timers>

task Clock[3600000]()
{
    new h;

    gettime(h);
   
    switch(h)
    {
        case: 18, 19: SetWorldTime(h+5);
        case: 20, 21: SetWorldTime(h+4);
        case: 22, 23: SetWorldTime(h+2),
        default: SetWorldTime(h);
    }
}
Reply


Messages In This Thread
How to make a simple server time system - by TokicMajstor - 15.02.2019, 21:38
Re: How to make a simple server time system - by SymonClash - 15.02.2019, 22:56
Re: How to make a simple server time system - by TokicMajstor - 16.02.2019, 14:00

Forum Jump:


Users browsing this thread: 1 Guest(s)