Author Topic: Admin problems  (Read 8824 times)

0 Members and 1 Guest are viewing this topic.

Recon77

  • Guest
Admin problems
« on: March 22, 2006, 04:41:46 PM »
Im using a listin server and do not use the fix (no problems without it :S) and i cannot set myself as an admin, i have tried "STEAM_0:0:6147791 00:46" "abcdefghijklmn" and "STEAM_ID_LAN" "bcdefghijklmnopqrstuz" but none are working, what am i doing wrong :O

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Admin problems
« Reply #1 on: March 23, 2006, 07:04:52 AM »
It should automatically make you an admin. type ulx_who in the console
Experiencing God's grace one day at a time.

Recon77

  • Guest
Re: Admin problems
« Reply #2 on: March 23, 2006, 03:14:24 PM »
Nope, when i try ulx_who i get no admins, and when i bring up ulx_menu i got only the choice to exit, and no other commands.  :'(

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Admin problems
« Reply #3 on: March 23, 2006, 08:07:00 PM »
Try using the ULX builder


Recon77

  • Guest
Re: Admin problems
« Reply #4 on: March 26, 2006, 05:21:53 PM »
nope, ive tried all of those and nothing is working  :'(

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Admin problems
« Reply #5 on: March 26, 2006, 05:28:06 PM »
Post your users file.


Recon77

  • Guest
Re: Admin problems
« Reply #6 on: March 27, 2006, 02:48:30 PM »
mkuy, here it is ;D

// 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:06147791" "abcdefghijklmnopqrstuz"

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Admin problems
« Reply #7 on: March 27, 2006, 05:29:52 PM »
Please post the information asked by the sticky.
Experiencing God's grace one day at a time.

Recon77

  • Guest
Re: Admin problems
« Reply #8 on: March 27, 2006, 05:48:33 PM »
Are you running a dedicated server? no, a created server through gmod (listin server its called last i remember)
What version of ULX do you have? 1.11 i think, i just downloaded it last week, so its the latest version.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Admin problems
« Reply #9 on: March 27, 2006, 06:04:16 PM »
It asks for more information than that.
Experiencing God's grace one day at a time.

Offline Golden-Death

  • Hero Member
  • *****
  • Posts: 751
  • Karma: 0
  • Honored Lua Scripter
    • BlueFire
Re: Admin problems
« Reply #10 on: March 27, 2006, 07:35:29 PM »
And most importantly, while you're connected to your server, enter these commands at the server console and paste the output into the thread.


status
lua tprint( gUsers )


Recon77

  • Guest
Re: Admin problems
« Reply #11 on: March 28, 2006, 06:34:02 AM »
thats what i get when i do status and lua tprint( gUsers )


] status
hostname:  Recon's Build
version   : 1.0.1.0/7 2687 insecure (secure mode enabled, connected to Steam3)
udp/ip  :  192.168.0.100:27015
map     :  gm_construct at: 704 x, 132 y, -79 z
players :  1 (3 max)

# userid name uniqueid connected ping loss state adr
#  3 "Recon" STEAM_0:0:6147791 00:22 28 0 active 127.0.0.1:27005
] lua tprint( gUsers )
STEAM_0:1:3139154=abcdefghijklmnopqrstuz

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Admin problems
« Reply #12 on: March 28, 2006, 08:10:54 AM »
The steamid from status does not match up with the one from gUsers, make sure you have it correct in users.ini.
Experiencing God's grace one day at a time.

recon7

  • Guest
Re: Admin problems
« Reply #13 on: March 28, 2006, 08:32:28 AM »
ive checked the users.ini in my config folder atleat 5 times now and searched for that steamid, and i see nothing with the steam id STEAM_0:1:3139154=abcdefghijklmnopqrstuz
the only ID i have entered is mine, whitch is "STEAM_0:0:6147791" "abcdefghijklmnstuz"

i will paste all of my users file so someone can check it for an error (im using ULX builder, so i dont get why it is wrong) // 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:6147791" "abcdefghijklmnstuz"



Recon77

  • Guest
Re: Admin problems
« Reply #14 on: March 28, 2006, 10:34:53 AM »
i will also add, in single player i get all the features in the admin menu, but when i hit create server and load the menu i get nothing.  ??? ??? ???