• Is there a way to keep Rcoms after closing the server
    9 replies, posted
I'm working on a dark rp server, and I have to enter a lot of rcoms, but they reset when closing the server. I want to know if i can make the rcoms save somehow.
I think you're meaning "rcon" which means remote console, but the actual name of what you're referring to is "cvars" or console variables. To make sure they save, you have to put them in your server.cfg line by line in garrysmod/cfg folder. It can be edited with notepad. Though in the future, I suggest reading tutorials and guides on server hosting since this is an incredibly crucial and basic step to running a server of any kind.
Thank you for saying something instead of leaving a stupid emote. Is there any place I can find that will tell me what to add in the cfg to have the convars auto load upon the server starting?"
the convars.
im not angry, its just annoying that they are too lazy to explain something so they instead leave an emote saying my question is dumb.
... Put the convars in the server.cfg. Type them in line by line like how you put in the commands themselves.
server.cfg is located in the cfg folder https://csite.io/tools/gmod-universal-cfg
I know where its located, but so i dont have to do somthing like CreateClientConVar( "hello_enable", "1", true, false ) ? Just type it like a normal command under the Exec ban line?
Just type "hello_enable 1" in the server.cfg
Okay thank you
Sorry, you need to Log In to post a reply to this thread.