Author Topic: Become admin on own DS  (Read 4498 times)

0 Members and 1 Guest are viewing this topic.

Offline butch

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Become admin on own DS
« on: January 02, 2006, 12:29:25 PM »
Hi
I got a little dedicated server with ULX installed. I put myself into the users.lua, so I can be admin and eg. kick users with the ulx-mod.
My problem is, that the server doesn't recognize me as an admin.
(I read about the rcon way, but I'm looking for another method!)

I would like to use the admin menues of mods and so on.
So, is there a way to tell the server, that user XY should be admin? Maybe with ULX-mod?
(As far as ulx-mod IS some kind of admin for the server, there should be a way?)

Thx

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Become admin on own DS
« Reply #1 on: January 02, 2006, 04:57:36 PM »
Type 'status' in console and use the ID that comes from that in the config.
Experiencing God's grace one day at a time.

Offline DarkCyborg1

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Become admin on own DS
« Reply #2 on: January 23, 2006, 02:04:38 PM »
Im having the same problem. I put my steam ID and everything.

Type 'status' in console and use the ID that comes from that in the config.

config??

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Become admin on own DS
« Reply #3 on: January 23, 2006, 02:10:41 PM »
ulx_users.lua
Experiencing God's grace one day at a time.

Offline DarkCyborg1

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Become admin on own DS
« Reply #4 on: January 23, 2006, 05:00:58 PM »
I added my Steam ID to the ulx_users.lua like this:

addUser("STEAM_0:1:4976339", "abcdefghijklmnopqrstuz")

Yet, it doesnt work. My dedicated server doesnt recognize me as admin.

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Become admin on own DS
« Reply #5 on: January 23, 2006, 05:11:49 PM »
make sure:
  • the file is in neat order (should have multiple lines, not look like one giant block of text, if it is, post back)
  • there is no '--' before the line you have added your steamid to