I am trying to make a simple announce script with an admin table in it so that only admins are allowed to use the command. The issue is that I’m not sure how to make a ‘dynamic’ table were all I have to do is add/remove the steam hex of a person and restart the script. All I can find is adding ACE perms (which I can do) but with that, all I know how to do is add it to a .cfg file which has to run at server startup. I know there are some scripts that have this dynamic admin table ability but I’m not sure how to replicate it. Any help would be great on this.
Everything run in your server.cfg can also be ran at runtime, they only thing your server.cfg does is running those commands first when the server starts.
After fiddling around with what you said, I never thought to just simply re-run the command ‘exec’ and the file I wanted. After doing that it all went perfect. Thank you!
Hello! 
Can i ask where do you re run the command exec and the file you want?
Thank you! 
in your server console exec server.cfg
i tried this but when i do this the server crashes
1 Like