ULX

Author Topic: No admin and config's are done with solutions of other threads...  (Read 2778 times)

0 Members and 1 Guest are viewing this topic.

Offline FeestBijtje

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
I am having problems on my dedicated server...
I am not admin or moderator!?!?

Console information:
Code: [Select]
] lua tprint( gUsers )
STEAM_0:0:184822=abcdefghijklmnopqrstuvwxyz
184822=abcdefghijklmnopqrstuz

Users.ini Information:
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:184822" "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:1:184822" "abcdefghijklmnopqrstuz"

Offline FeestBijtje

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: No admin and config's are done with solutions of other threads...
« Reply #1 on: August 17, 2006, 08:06:41 AM »
*Bump*

No one knows the solution?>

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: No admin and config's are done with solutions of other threads...
« Reply #2 on: August 17, 2006, 06:31:20 PM »
Feest,
 No need to 'bump'. You only gave 8 hours to answer..and this forum doesn't move anywhere near as fast as one other popular Gmod forum site  ::)

I see you read the 'Trouble with access' forum, however...I'm betting on #3. I could be wrong, but your SteamID seems quite short/low to me.

Quote
3. Double check that you put your steamid in correctly

A lot of people accidently leave a number off of their steamid, ALWAYS DOUBLE CHECK.

Also..are you using version 1.13 (latest 1.x available as of this post)? You seem to appear twice in your access tables, and one of them is definitely wrong.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming