Help with Listen Server? How do I super admin someone?
9 replies, posted
I tried editing the user txt but uh, that didn't work. If there is a way to edit the user text to add more super admins can someone tell me how? Or how to do it through console? I made an account just to post this.
[editline]29th March 2012[/editline]
H
You can simply add more superadmins by copying the name section under superadmin.
Just ensure it's in the right format.
Its more easy to get ULX or Evolve for the server.
Btw goggle is your friend: [url]http://www.ehow.com/how_8734627_give-admin-hosted-server-gmod.html[/url]
If you don't need ULX or Evolve, why would you do that?
Other than that, the file is even compatible with addons then (if he really wants an admin mod later)
I suggested him an admin-mod however I also gave him a link for doing it without.
Well, he's asking on how to add more users. ;)
[QUOTE=Ideal-Hosting;35352389]You can simply add more superadmins by copying the name section under superadmin.
Just ensure it's in the right format.[/QUOTE]
Do you think you can like show me? Maybe? thanks.
[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:703423499"
"admin" "STEAM_0:1:347099"
"me" "STEAM_0:1:7034399"
"you" "STEAM_0:1:7343499"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
[/code]
[QUOTE=Ideal-Hosting;35359377][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"
{
"Hello" "STEAM_0:1:7099"
"2nd Admin" "STEAM_0:1:7012323"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
[/code][/QUOTE]
Thanks! :D
Updated my post with the proper format.
No problem.
Sorry, you need to Log In to post a reply to this thread.