Channel595
New to forums
Posts: 8 https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Aug 10, 2003 6:15 pm
Post
by Channel595 » Sun Aug 10, 2003 6:34 pm
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
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
Edge100x
Founder
Posts: 13113 Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:
Post
by Edge100x » Sun Aug 10, 2003 6:43 pm
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
Posts: 231 Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:
Post
by Anubis » Sun Aug 10, 2003 6:55 pm
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.
Channel595
New to forums
Posts: 8 Joined: Sun Aug 10, 2003 6:15 pm
Post
by Channel595 » Sun Aug 10, 2003 7:19 pm
the "ace" fixed the problem thanks
let me exit real quick so i can turn my skills off
Rubber_chicken
New to forums
Posts: 4 Joined: Thu Aug 14, 2003 10:50 pm
Location: Olympia, WA
Contact:
Post
by Rubber_chicken » Thu Aug 14, 2003 10:57 pm
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
Nick|NFo
Former staff
Posts: 2252 Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1
Post
by Nick|NFo » Thu Aug 14, 2003 11:38 pm
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
Posts: 12 Joined: Tue Aug 12, 2003 8:07 am
Post
by Casper » Fri Aug 15, 2003 12:30 am
i do "ce" at the end and it looks to work
Edge100x
Founder
Posts: 13113 Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:
Post
by Edge100x » Fri Aug 15, 2003 5:41 am
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
Posts: 231 Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:
Post
by Anubis » Fri Aug 15, 2003 7:56 am
I just leave it in for people who try to enter an admin password. Maybe they get disconnected for being dumb?