View Single Post
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 05-06-2012 , 21:53   Re: MapEnd 3cvars_reset
Reply With Quote #4

What i meant is, that admins should have this cvars set in their server.cfg, so it would be better to just exec that cfg if it exists.

Something like that should do it
PHP Code:
if(FileExists("cfg/server.cfg"))
{
    
ServerCommand("exec \"server.cfg\"");

Looks like a better solution to me.

Yours sincerely
Impact
__________________

Last edited by Impact123; 05-06-2012 at 21:54.
Impact123 is offline