• Not able to add admins to server.
    4 replies, posted
I tried adding my steam ID and friends to the garrysmod > garrysmod > settings > users.txt but nothing happens when I turn my server on. help?
[code] "Users" { // // This is your users file // // You can use this file to add people as admins on your server // Add them to the relevant section // // If you're a Lua coder you can add your own sections and use them // in your script by doing pl:IsUserGroup( "admin" ) etc // "superadmin" { //"garry" "STEAM_0:1:7099" "weesky" "STEAM_0:0:0000" } "admin" { //"garry" "STEAM_0:1:7099" } } [/code] It should look like this. Can you show us how your file is?
Mine was [code]"Users" { // // This is your users file // // You can use this file to add people as admins on your server // Add them to the relevant section // // If you're a Lua coder you can add your own sections and use them // in your script by doing pl:IsUserGroup( "admin" ) etc // "superadmin" { //"adam" "STEAM_0:0:12805438" } "admin" { //"admin" "STEAM_0:0:12345678" } }[/code]
You have to remove the // infront of your name.. those signs avoid the line from the code.
Yeh noticed that. Thanks though guys.
Sorry, you need to Log In to post a reply to this thread.