Author Topic: I'm having access problems  (Read 2522 times)

0 Members and 1 Guest are viewing this topic.

Offline Toast

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
I'm having access problems
« on: June 02, 2006, 12:40:00 PM »
Ok, I don't seem to have ANY access to ulx's commands despite reading several mini-guides and the users.ini file and readme. I DO have ULX installed correctly, becuase it worked until I removed some people from my users.ini. I decided to re-do my users.ini. The first steam id at the bottom is mine. I have double-checked it too.
I have my steam id with access flags at the bottom in the users.ini:

Code: [Select]
// 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



"STEAM_0:0:774692" "bcdefghijklnopqrstuz"
"STEAM_0:1:774692" "bcdefghijklnopqrstuz"
"STEAM_ID_LAN" "bcdefghijklnopqrstuz"
« Last Edit: June 02, 2006, 05:45:53 PM by Megiddo »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: I'm having access problems
« Reply #1 on: June 30, 2006, 05:54:10 PM »
Toast, ever get your issue fixed?

What version of ULX are you using?
- If you have 1.12 or below, make sure theres not a conflict of your steamid in \gmod9\lua\ulx\ulx_users.lua
V1.13 (released after you left your post) fixed an issue where when you added a user through ulx_adduser, it would add to \gmod9\lua\ulx\configs\ulx_users.lua instead of \gmod9\lua\ulx\configs\users.ini
I think ULX would still read both though, so its possible both have you, and with different access.

What folder do you have users.ini in? (should be \gmod9\lua\ulx\configs )

"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming