I apologize in advance if i have missed this somewhere on forums, but i cannot find the answer. Got server to change hostnames when gungame is turned on. I just put the hostname blah.blah.com with what i wanted it named inside the gungame.cfg.
My question is how to i get it to go back to regular hostname of server when gungame i turned off?
ok update here: I did this! I made a gungameoff.cfg file put in main directory.
put inside the file these commands.
hostname "Regular server name"
amx_gungame 0
Then go to rcon and do exec gungame.cfg
This does the trick but is there not a way to make that exec command run when amx_gungame 0 is typed?
Thank you much
My question is how to i get it to go back to regular hostname of server when gungame i turned off?
ok update here: I did this! I made a gungameoff.cfg file put in main directory.
put inside the file these commands.
hostname "Regular server name"
amx_gungame 0
Then go to rcon and do exec gungame.cfg
This does the trick but is there not a way to make that exec command run when amx_gungame 0 is typed?
Thank you much
Comment