It does work when im banning someone from the amxmodmenu. but when im trying it with the command "amx_ban" it wont work. and thats what I really need because im trying to add this to my plugin.
PHP Code:
server_cmd("amx_ban #%d 30 ^"%s^"", get_user_userid(tempid), BanReasons[reason])
__________________