About my testing server
#6

I've never tried it, but if you're desperate you can try this:
pawn Код:
stock QuickRestart()
{
    foreach(Player, i)
        OnPlayerDisconnect(i);
    OnGameModeExit();
    OnGameModeInit();
    foreach(Player, i)
        OnPlayerConnect(i);
}
Note that this won't restart your server, reload any filterscripts or gamemodes.

You can reload filterscripts with rcon command: reloadfs <name>
Reply


Messages In This Thread
About my testing server - by yakitashax - 11.10.2010, 21:53
Re: About my testing server - by [L3th4l] - 11.10.2010, 21:55
Re: About my testing server - by Calgon - 11.10.2010, 21:56
Re: About my testing server - by yakitashax - 11.10.2010, 22:12
Re: About my testing server - by Calgon - 11.10.2010, 22:14
Re: About my testing server - by Lenny the Cup - 11.10.2010, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)