Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Ejjarufaf on October 27, 2007, 09:37:07 PM

Title: Need Help with users.txt
Post by: Ejjarufaf on October 27, 2007, 09:37:07 PM
Okay, this is what it has within it.

"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"
   }
   
   "admin"
   {
      //"garry"         "STEAM_0:1:7099"
   }

}

How do I make it for me too? And what is my "STEAM_0:1:7099"???
Title: Re: Need Help with users.txt
Post by: JamminR on October 27, 2007, 09:44:55 PM
/me sighs, remembering he too was once a n00b.

Code: [Select]
"superadmin"
   {
      //"garry"         "STEAM_0:1:7099"
      "Ejjarufaf"       "STEAM_<your_id>"
   }

To get your steam id, type 'status' in your console while connected to a server (yours, or anyones)
Title: Re: Need Help with users.txt
Post by: Ejjarufaf on October 27, 2007, 09:45:33 PM
 ;D Thanks, I appreciate it.
Title: Re: Need Help with users.txt
Post by: Ejjarufaf on October 27, 2007, 09:54:36 PM
Another noob question, where do I find what my Rcon pass is?
Title: Re: Need Help with users.txt
Post by: JamminR on October 27, 2007, 11:24:14 PM
Another noob question, where do I find what my Rcon pass is?

server.cfg in /cfg

Please, I'm not trying to be unfriendly, but we aren't a 'how to run a server' forum.
I strongly recommend you check out http://garrysmod.com/wiki/?title=Admin and other Google'd 'how to admin gmod server' links.

My personal belief is that everyone know basic raw commands for administrating a server before ever using tools (like ULX, or _any_ admin mod) that make it easier.
Title: Re: Need Help with users.txt
Post by: Ejjarufaf on October 28, 2007, 09:21:06 AM
I know, sorry, but that didn't help me and nobody else anywhere else had a clue =p
Title: Re: Need Help with users.txt
Post by: JamminR on October 28, 2007, 10:31:43 AM
It didn't help you??
http://garrysmod.com/wiki/?title=Admin#RCON
How odd.
Title: Re: Need Help with users.txt
Post by: Ejjarufaf on October 31, 2007, 12:01:11 AM
ahh, i just had to work on it for a long time lol