GMX Command
#3

you could add some rcon cmd's to OnGamemodeInit and remove the filterscripts from server cfg and load them directly at OnGamemodeInit

something like
pawn Код:
public OnGamemodeInit()
{
    SendRconCommand("loadfs FSNAME_HERE");
    SendRconCommand("loadfs FSNAME_HERE");
    //and so on, load them from here
    //but well.... that's kinda weird somehow ^^
    return 1;
}
really weird... when i restart a server using gmx, it loadfs all of the filterscripts from server cfg.
Maybe it really is cuz youre calling the restart trough a filterscript.
try this, login as rcon admin and do /rcon gmx
without using that admin filterscript.
Reply


Messages In This Thread
GMX Command - by FilesMAker - 08.01.2014, 19:28
Re: GMX Command - by ACI - 08.01.2014, 19:50
Re: GMX Command - by CutX - 08.01.2014, 19:50
Re: GMX Command - by Pottus - 08.01.2014, 20:06
Re : GMX Command - by FilesMAker - 08.01.2014, 20:19
Re : Re: GMX Command - by FilesMAker - 08.01.2014, 20:25

Forum Jump:


Users browsing this thread: 5 Guest(s)