How do I make someone an admin or superamdin on my Garrys Mod server?
To add an admin to your server, open the “users.txt” file which can be found in the Default Config FIles section of your game server control panel. Once opened, you will see something similar to this: “superadmin” { //”garry” “STEAM_0:1:7099” } “admin” { //”garry” “STEAM_0:1:7099” } Now insert your name and steam ID into the mix, but don’t put any slashes before it. For instance if someone’s Steam ID was STEAM_0:1:23456 and you wanted to add them as a superadmin you would make the following changes: “superadmin” { //”garry” “STEAM_0:1:7099” “someone” “STEAM_0:1:23456” } “admin” { //”garry” “STEAM_0:1:7099” } Now save the file and restart your game server for the superadmin privileges to take effect.