I am trying to catch a ban message.
I know the message i sent with amx_chat.
A i using amx_bans, so when a client bans via amxmenu the server posts a banmessage, but i aint sure wether it is a srvcmd or clcmd i need to catch....
The code i come up with:
Code:
register_srvcmd("amx_chat","call_myfunction")
I tried a bit different tings, and i have had luck catching say and team_say with this:
Code:
register_clcmd("say","call_say")
register_clcmd("say_team","call_tsay")
Somebody who knows how to chatch a amx_chat ?
/Wolf