hey can someone make this or tell me how to make it?
#5

Quote:
Originally Posted by MadeMan
Another option

pawn Код:
forward GameModeRestart();

public OnGameModeInit()
{
    SetTimer("GameModeRestart", 43200000, false); // 43,200,000 milliseconds is 12 hours
    return 1;
}

public GameModeRestart()
{
    GameModeExit();
}
That's better option just in-case
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)