Author Topic: Need Help with users.txt  (Read 3541 times)

0 Members and 1 Guest are viewing this topic.

Offline Ejjarufaf

  • Newbie
  • *
  • Posts: 9
  • Karma: -1
Need Help with users.txt
« 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"???

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Need Help with users.txt
« Reply #1 on: October 27, 2007, 09:44:55 PM »
* JamminR 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)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Ejjarufaf

  • Newbie
  • *
  • Posts: 9
  • Karma: -1
Re: Need Help with users.txt
« Reply #2 on: October 27, 2007, 09:45:33 PM »
 ;D Thanks, I appreciate it.

Offline Ejjarufaf

  • Newbie
  • *
  • Posts: 9
  • Karma: -1
Re: Need Help with users.txt
« Reply #3 on: October 27, 2007, 09:54:36 PM »
Another noob question, where do I find what my Rcon pass is?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Need Help with users.txt
« Reply #4 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.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Ejjarufaf

  • Newbie
  • *
  • Posts: 9
  • Karma: -1
Re: Need Help with users.txt
« Reply #5 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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Need Help with users.txt
« Reply #6 on: October 28, 2007, 10:31:43 AM »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Ejjarufaf

  • Newbie
  • *
  • Posts: 9
  • Karma: -1
Re: Need Help with users.txt
« Reply #7 on: October 31, 2007, 12:01:11 AM »
ahh, i just had to work on it for a long time lol