Raised This Month: $51 Target: $400
 12% 

Simply can't figure it.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 05:48   Simply can't figure it.
Reply With Quote #1

Allright then, I can't get the UAIO to work.

This is my uaio_admins.ini file taken from:

C:\Spil\Steam\steamapps\migster_dk\dedicated server\cstrike\addons\amxmodx\configs\uaio

Quote:
;------------------------------------------------------------------------------------------
; uaio_admins.ini Version 1.50 Date: DEC/20/2005
;
; RS UAIO (Ultimate All-In-One) Admin Menu
; File: UAIO Admins File
;
; Created By: Rob Secord, B.Sc.
; Alias: xeroblood (aka; Achilles; sufferer)
; Email: [email protected]
;
; Updated By: Dan Weeks
; Alias: $uicid3
; Email: [email protected]
;
;------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------
; SteamID Group(s)
;---------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------
; Default Access (For non-admin players) -- Only Change Groups (If Required)!
; Do Not Remove!
; This Default Public-Admin IS Required, Remove Flags from Groups in uaio_groups.ini
; To Restrict Access to Commands by Public Players!
;---------------------------------------------------------------------------------------
admin "default" "grp_vote_public grp_good_public grp_evil_public grp_misc_public"

;---------------------------------------------------------------------------------------
; Registered (Official) Admins
;---------------------------------------------------------------------------------------
; These are YOU (YOUR SERVER) when using a ListenServer or LAN
admin "STEAM_ID_PENDING" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "VALVE_ID_LOOPBACK" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "127.0.0.1" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
admin "loopback" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
; Add Admins below here:
; Me (xeroblood) (example only, remove if you want to ;)
admin "1857286" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
;$uicid3 (Once again this is only an example of full admin for uaio)
admin "1432421" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
;+Kloen.Dk^
admin "8654811" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"
I was wondering what have I done wrong?

Second, am I able to use any command without admin rights? Because I can't use any command the comes from UAIO.

For safety, I post my uaio_groups.ini as well, taken from:

C:\Spil\Steam\steamapps\migster_dk\dedicated server\cstrike\addons\amxmodx\configs\uaio

Quote:
;------------------------------------------------------------------------------------------
; uaio_groups.ini Version 1.50 Date: DEC/20/2005
;
; RS UAIO (Ultimate All-In-One) Admin Menu
; File: UAIO Groups File
;
; By: Rob Secord, B.Sc.
; Alias: xeroblood (aka; Achilles; sufferer)
; Email: [email protected]
;
; Updated By: Dan Weeks
; Alias: $uicid3
; Email: [email protected]
;
;------------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------
; Group-Name Type Command Flags
;---------------------------------------------------------------------------------------
;---------------------------------------------------------------------------------------
; Groups for Vote-Command Access
;---------------------------------------------------------------------------------------
group "grp_vote_public" "vote" "a"
group "grp_vote_typeS" "vote" "abcdefghijkl"
group "grp_vote_typeA" "vote" "abcdefhijkl"
group "grp_vote_typeB" "vote" "abcdefhjkl"
group "grp_vote_typeC" "vote" "abcdej"
;---------------------------------------------------------------------------------------
; Groups for Good-Command Access
;---------------------------------------------------------------------------------------
group "grp_good_public" "good" ""
group "grp_good_typeS" "good" "abcdefghijklmnopqrs"
group "grp_good_typeA" "good" "abcdeghijklmnopqr"
group "grp_good_typeB" "good" "bdeghijklmnopq"
group "grp_good_typeC" "good" "eghijklmnopq"
;---------------------------------------------------------------------------------------
; Groups for Evil-Command Access
;---------------------------------------------------------------------------------------
group "grp_evil_public" "evil" ""
group "grp_evil_typeS" "evil" "abcdefghijklmnopqrstuvw"
group "grp_evil_typeA" "evil" "abcdefghijklmnopq"
group "grp_evil_typeB" "evil" "bcdeghijklmop"
group "grp_evil_typeC" "evil" "bcdeghi"
;---------------------------------------------------------------------------------------
; Groups for Misc-Command Access
;---------------------------------------------------------------------------------------
group "grp_misc_public" "misc" ""
group "grp_misc_typeS" "misc" "abcdefghijklmnopq"
group "grp_misc_typeA" "misc" "abcdefghijklopq"
group "grp_misc_typeB" "misc" "cdefhijo"
group "grp_misc_typeC" "misc" "cdefhJ"

I can't figure out to give myself admin, I don't even know if it works! I followed the guide at this forum, but got stuck at the admin part.
Now, I am confused (and pissed off), I can't even use public commands - if there exsist any - I don't know what I have done wrong, honestly.

Thanks and cheers,
Kloen.

Legend:
The word "spil" in my address means "games"

My nickname "Kloen" means "The Claw" in English, but in Germany "klo" means "toilet", that means "Kloen" = "The Toilet" or "The Claw" (if it has to be 100% language correct) the name is just a joke.

Why am I posting this?
Because last night I tried to fix it. That means seven hours of constant work. /cry

Last edited by Kloen; 12-22-2007 at 05:50. Reason: Added Legend and "reason"
Kloen is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-22-2007 , 06:07   Re: Simply can't figure it.
Reply With Quote #2

Syntax seems good.

Stupid questions:

- Is the plugin running? ( amxx list )
- Are you sure that your steamid is correct?
- Have you tried to use UIAO menu ? If so, what says console. 'Unknown command' ? 'You have no access to that command.' ?
__________________

Last edited by Arkshine; 12-22-2007 at 06:13.
Arkshine is offline
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 06:31   Re: Simply can't figure it.
Reply With Quote #3

- I don't even know :s
- I don't know how to find my SteamID, sadly, but true.
- I can't use any UAIO commands.
Kloen is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-22-2007 , 07:40   Re: Simply can't figure it.
Reply With Quote #4

- Then see the output of 'amxx list' server command. Paste here.
- So, How have you find "8654811", if you don't know your steamid ? I don't understand. Oo
__________________
Arkshine is offline
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 07:53   Re: Simply can't figure it.
Reply With Quote #5

- I got AMXX Admin rights, but I don't got UAIO Admin, that's the problem.
- Random numbers because I didn't know where those numbers should come from o___________O'


I am kind of confused.
Kloen is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-22-2007 , 07:57   Re: Simply can't figure it.
Reply With Quote #6

-_-'

It should be the second part of your steamid.

e.g: STEAM_0:0:8654811, so you have to write : '8654811' .
__________________
Arkshine is offline
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 08:01   Re: Simply can't figure it.
Reply With Quote #7

Oh, that way.
Thanks.

I will find out if it works now.
Kloen is offline
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 08:09   Re: Simply can't figure it.
Reply With Quote #8

"+Kloen.Dk^<1><STEAM_0:0:9843154><>" became an admin (account "+Kloen.Dk^") (access "bcdefghijklmnopqrstu") (address "87.51.164.24")

This is my AMXX Admin that works (took it from my Dedicated Server console) - but UAIO still doesn't work.
I tried to type "uaio_help" and "uaio_menu" no one of them did work.

Is it something with my groups or something?

Last edited by Kloen; 12-22-2007 at 08:16.
Kloen is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-22-2007 , 08:35   Re: Simply can't figure it.
Reply With Quote #9

Quote:
- Then see the output of 'amxx list' server command. Paste here.
Quote:
- Have you tried to use UIAO menu ? If so, what says console. 'Unknown command' ? 'You have no access to that command.' ?
__________________
Arkshine is offline
Kloen
Junior Member
Join Date: Dec 2007
Old 12-22-2007 , 08:44   Re: Simply can't figure it.
Reply With Quote #10

Unknown Command, that's it.
If I am right, does that mean, that it don't know I got UAIO?
Kloen is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode