Author Topic: Dedicated admin mod : ulx 1.11 User  (Read 4366 times)

0 Members and 1 Guest are viewing this topic.

Offline Stark_Monkey

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Dedicated admin mod : ulx 1.11 User
« on: March 25, 2006, 04:26:10 AM »
Hello - Running ulx 1.11 on my DEDICATED server.
It functions fine, accept I cant get it to register me as an admin.
Ive followed many Walkthroughs across the Internet - none have worked.


My Current (non-working) user config.

// Add users here, in the following format:
// "<steamid>" "<access flags>" //Optional comment ( You could say who this steamid belongs to in this comment )
//
// Example:
// "STEAM_0:1:1234567" "abcdefghijklmnopqrstuz"
// DO NOT INCLUDE THE '//' before the steamid, IT DENOTES A COMMENT
//
// Access flags:
// a - immunity (can't be kicked/banned/slayed/slapped and affected by other commmands)
// b - reservation (can join on reserved slots)
// c - ulx_kick command
// d - ulx_ban and ulx_unban commands
// e - ulx_slay and ulx_slap commands
// f - ulx_map command
// g - ulx_cvar command (not all cvars will be available)
// h - ulx_cfg command
// i - ulx_chat and other chat commands
// j - ulx_vote and other vote commands
// k - access to sv_password cvar (by ulx_cvar command)
// l - access to ulx_rcon command and rcon_password cvar (by ulx_cvar command)
// m - spawned props will be "protected", only other users with this access will be able to delete or move them ( ALSO UNAFFECTED BY PROP ANTI SPAM )
// n - ulx_ent command - CAUTION, PLAYERS MAY BE ABLE TO CRASH THE SERVER WITH THIS ACCESS
// o - custom level A
// p - custom level B
// q - custom level C
// r - custom level D
// s - custom level E
// t - custom level F
// u - custom level G
// z - custom level H
//
//
// TUTORIAL:
// Go to your server, type "status" without the quotes in either your console, or the server console
// Example output:
//
// Take your steamid. In this example, Joe's steamid is "STEAM_0:1:123456" without the quotes. Use this id as part of your access line.
// In this example, the server admin wants to grant Joe access to the slay-related and kick-related commands ONLY ( the admin looks at the access table listed above and sees that the wanted accesses respond to c and e, respectively ), so the following line ( without the '//' is added to users.ini )
// "STEAM_0:1:123456" "ce"

//"STEAM_ID_LAN" "bcdefghijklmnopqrstuz" //Uncomment this if you want to give people on LAN access, or if you're using the listen server fix


(my ID)
"STEAM_0:1:307239" "need-to-put-access-here"
^^^^


I tried using GDs  ULX Builder, Still - no function.
I type "ulx_who" but am presented with a empty admin list.
Please fix / walk me through this / Maybe even give me your working config so I can learn for myself?
Thank you .
- Starks


« Last Edit: March 25, 2006, 04:27:44 AM by Stark_Monkey »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Dedicated admin mod : ulx 1.11 User
« Reply #1 on: March 25, 2006, 08:14:22 AM »
Paste the output from the following commands while you're connected:

Code: [Select]
status
ulx_who
lua tprint( gUsers )
Experiencing God's grace one day at a time.

Offline Stark_Monkey

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Dedicated admin mod : ulx 1.11 User
« Reply #2 on: March 25, 2006, 08:36:02 AM »
Im sorry Megiddo - Im not totally sure to as what you describe as output -? But I'll give it a go .

- When I typed "lua tprint( gUsers )"
Into my Dedicated server console it gave a message or text-string stating my Steam_ID and Access flags.
I got excited for no reason. Is there something im missing?
« Last Edit: March 25, 2006, 08:43:33 AM by Stark_Monkey »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Dedicated admin mod : ulx 1.11 User
« Reply #3 on: March 25, 2006, 08:41:03 AM »
When you enter those commands, the server will spit out information, I want that information.
Experiencing God's grace one day at a time.

Offline Stark_Monkey

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Dedicated admin mod : ulx 1.11 User
« Reply #4 on: March 25, 2006, 08:46:25 AM »
The Dedicated server Console doesn't recognize the 'ulx_who' command
When I type
"Status" the usual read outs of Steam_ID's.
When I type
"lua tprint( gUsers )"  In DED console - I get this
STEAM_0:1:307239=ce


Doesnt fix anything ingame/
My server is up if that would make it easier?
211.28.171.122:61323
« Last Edit: March 25, 2006, 08:51:42 AM by Stark_Monkey »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Dedicated admin mod : ulx 1.11 User
« Reply #5 on: March 25, 2006, 08:52:51 AM »
I wanted the output from status...
Experiencing God's grace one day at a time.

Offline Stark_Monkey

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Dedicated admin mod : ulx 1.11 User
« Reply #6 on: March 25, 2006, 08:57:54 AM »
Picture of the output to "status" in dedicated server console.
http://img501.imageshack.us/my.php?image=status0kc.jpg

Offline Stark_Monkey

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Dedicated admin mod : ulx 1.11 User
« Reply #7 on: March 25, 2006, 09:06:12 AM »
HOORAH! I figured it out Megiddo! : )
I didnt copy a simple number into the users text.
thank you for all your efforts!
« Last Edit: March 25, 2006, 09:38:10 AM by Stark_Monkey »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Dedicated admin mod : ulx 1.11 User
« Reply #8 on: March 25, 2006, 09:47:29 AM »
Yah, you missed the 8  ;)
Experiencing God's grace one day at a time.