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

Admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
OrangeJuice
Junior Member
Join Date: Apr 2007
Old 05-31-2007 , 16:43   Admin
Reply With Quote #1

I do not know why but i cant get my admin working. I typed this there

;Orange
admin "3577273" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

could someone help me please?
OrangeJuice is offline
Roach
Writes love letters to sawce Daily
Join Date: Jul 2006
Location: Internet
Old 06-01-2007 , 17:55   Re: Admin
Reply With Quote #2

Where did you type it?

Is your folder structure setup properly? Just giving me this doesn't exactly tell me anything. It does look like it is in the proper form, however.
__________________
Quote:
Originally Posted by Brad View Post
That sounds like a really good idea!
Now replace the word "good" with "dumb".
What was your rationale for proposing such a thing?
Roach is offline
OrangeJuice
Junior Member
Join Date: Apr 2007
Old 06-01-2007 , 18:00   Re: Admin
Reply With Quote #3

I typed it in the file called uaio_admin from steam>steamapps>account>counter-strike>cstrike>addons>amxmodx>configs>uaio
also when i used the uaio_addadmin it shows me this in console

L 06/01/2007 - 18:06:27: Couldn't create temp file
L 06/01/2007 - 18:06:27: [AMXX] Displaying debug trace (plugin "uaio_manager.amxx")
L 06/01/2007 - 18:06:27: [AMXX] Run time error 10: native error (native "write_file")
L 06/01/2007 - 18:06:27: [AMXX] [0] uaio_manager.sma::WriteAdminFile (line 214)
L 06/01/2007 - 18:06:27: [AMXX] [1] uaio_manager.sma::SelectGroup (line 457)

and when i type uaio_help it shows me this


[AMXX] UAIO (Admin Menu) You Have Not Yet Registered Yourself As A UAIO Admin!

[AMXX] UAIO (Admin Menu) Make Sure You Have Properly Added Your STEAM ID to 'addons/amxmodx/configs/uaio/uaio_admins.ini',

[AMXX] UAIO (Admin Menu) And That You Have Properly Added Groups to 'addons/amxmodx/configs/uaio/uaio_groups.ini',

[AMXX] UAIO (Admin Menu) And Finally That You Have Properly Assigned Groups to Your


this is exactly what my admin file is

Code:
;------------------------------------------------------------------------------------------
;   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"

admin    "STEAM_ID_LAN"    "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

admin "3577273" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"

Last edited by OrangeJuice; 06-01-2007 at 18:11.
OrangeJuice is offline
Roach
Writes love letters to sawce Daily
Join Date: Jul 2006
Location: Internet
Old 06-02-2007 , 23:56   Re: Admin
Reply With Quote #4

Wait, is this for a dedicated server or a listen server run on a local machine?
__________________
Quote:
Originally Posted by Brad View Post
That sounds like a really good idea!
Now replace the word "good" with "dumb".
What was your rationale for proposing such a thing?
Roach is offline
OrangeJuice
Junior Member
Join Date: Apr 2007
Old 06-03-2007 , 22:57   Re: Admin
Reply With Quote #5

this is on a lan server. like where you press new game and then yeah... but the problem i think is that i have amxmodx 1.76 installed and uaio only supports 1.75 and <? could that be the problem?
OrangeJuice is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 06-03-2007 , 23:21   Re: Admin
Reply With Quote #6

If you recompiled it using the 1.76 binaries, then it should work. I don't know how much differences there are between the 2 that could affect the outcome.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 06-03-2007 , 23:49   Re: Admin
Reply With Quote #7

Since it's a LAN server, wouldn't the Steam ID be STEAM_ID_LAN or something along those lines?
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
OrangeJuice
Junior Member
Join Date: Apr 2007
Old 06-04-2007 , 15:35   Re: Admin
Reply With Quote #8

yeah i thought it is suppose to be one of the lines above... but i dont knowwhy it isnt working though... does anyone have 1.51 uaio installed and amxx 1.76 installed on together on the server?
OrangeJuice is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 06-04-2007 , 23:20   Re: Admin
Reply With Quote #9

Yes, I do. But let me say this again, if you are running a LAN server, Steam ID is not recognized. Everyone's ID is the same.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
Nale
New Member
Join Date: Jun 2007
Old 06-10-2007 , 18:22   Re: Admin
Reply With Quote #10

i have the same problem cept i use a dedicated server and i have a steam id not lan and still displays this error can u guys help me out?
Nale 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 02:59.


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