amx adding admins

Post Reply
Channel595
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Aug 10, 2003 6:15 pm

amx adding admins

Post by Channel595 »

i am using amx mod and i can get an admin to work with name and password but i cant get an admin to work with wonid :x How do i get a admin by using wonid???

this is how i have it setup right now and not working:
amx_admin "2584989" "" "abcdefghijklmnopqrstuz" "a"
let me exit real quick so i can turn my skills off
Image
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Our FAQ explains how to do it. Mainly, it sounds like you are putting "a" at the end when you should be putting "ce".
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

Yeah, you need to use "ace" which flags the admin as someone who is being authorized by their wonid and no password is needed.

This is how it should look

amx_admin "2584989" "" "abcdefghijklmnopqrstuz" "ace"

Thats also giving the person full admin. The differences between all of the "access letters" are explained right above where you would add someone.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Channel595
New to forums
New to forums
Posts: 8
Joined: Sun Aug 10, 2003 6:15 pm

Post by Channel595 »

the "ace" fixed the problem thanks
let me exit real quick so i can turn my skills off
Image
Rubber_chicken
New to forums
New to forums
Posts: 4
Joined: Thu Aug 14, 2003 10:50 pm
Location: Olympia, WA
Contact:

adding admins on amx

Post by Rubber_chicken »

I have been reading all the forums and read the faq's but I still cant add admins to my server.

here is exactly what is in my admin.cfg file at the very bottom as told to do:

// amx_admin "1234567" "" "abcdefghijklmnopqrstuz" "ace"

I am also an admin on a differsent server where I have a password set would that cause me not to be able to acces admin on my server?

Please HELP
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: adding admins on amx

Post by Nick|NFo »

Rubber_chicken wrote:I have been reading all the forums and read the faq's but I still cant add admins to my server.

here is exactly what is in my admin.cfg file at the very bottom as told to do:

// amx_admin "1234567" "" "abcdefghijklmnopqrstuz" "ace"

I am also an admin on a differsent server where I have a password set would that cause me not to be able to acces admin on my server?

Please HELP
you gotta uncomment the //
Casper
New to forums
New to forums
Posts: 12
Joined: Tue Aug 12, 2003 8:07 am

Post by Casper »

i do "ce" at the end and it looks to work
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

If anyone was curious, the "a" in "ace" means to disconnect users if they have an invalid password. I left it out of mine and just made it "ce" because I don't use passwords and there's no need for it.
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

I just leave it in for people who try to enter an admin password. Maybe they get disconnected for being dumb? :lol:
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Post Reply