AMX commands

Post Reply
boyle_heights
A regular
A regular
Posts: 46
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Dec 03, 2002 5:31 pm
Contact:

AMX commands

Post by boyle_heights »

I have tried banning/kicking a few players with amx mod but can't seem to get it to work correctly. Can someone explain this to me?
When using admin mod, here is what I typed

1. listplayers
2. amx_banplayer player#

Here is what I have tried with amx
1. listplayers
2. amx_ban 0 player# (doesn't ban)
3. amx_kick player# (won't kick, says that authid don't exist)

Any help is appreciated. Lately I have been using rcon to kick players but that is a pain in the ass.

Thanks.
|dC|2bit
This is my homepage
This is my homepage
Posts: 144
Joined: Wed Oct 01, 2003 6:09 pm
Location: Eugene, OR

Post by |dC|2bit »

have you tried amxmodmenu? then selecting kick or ban from that menu?

I know that works. Also what version of AMX are you running?
boyle_heights
A regular
A regular
Posts: 46
Joined: Tue Dec 03, 2002 5:31 pm
Contact:

Post by boyle_heights »

I can use those menus but I have two problems with those menus

1. I can only see first 7 on the list. It says to press 9 to see more but if I press 9 nothing happens.
2. Once I kick/ban someone using the menu, there is no way for me to exit the menu. Pressing 0 as it says in the menu doesn't do anything.

If I could solve either of these two problems I would be fine but everytime i open the menus I have to disconnect from cs to make the menus go away.

Thanks.
|dC|2bit
This is my homepage
This is my homepage
Posts: 144
Joined: Wed Oct 01, 2003 6:09 pm
Location: Eugene, OR

Post by |dC|2bit »

hum. It is likly your keybindings but not seeing them is your res, i think.

Hum. Im not sure why you can not ban via the command. I will look into it and get back to you.
SnakeOps
A semi-regular
A semi-regular
Posts: 19
Joined: Sun Apr 13, 2003 2:28 pm

Post by SnakeOps »

Put the # in front of the authid

amx_ban 0 #312 or amx_ban 0 "STEAMID_0:0:1234"
amx_kick #312

you can also use partial names, like superman, amx_ban 0 super or amx_kick super
Post Reply