The issue with ur ban command is there is NO reason specified.
This will give a ban in the amxban database without a reason so it will STILL not be documented properly.
The 70 kills thing in my code was the ban reason given.
So combined it would give something like this:
Code:
new authid[32], new kills = get_user_frags(id)
get_user_authid(id,authid,31)
if(kills =< 70)
server_cmd("amx_ban %i %s 70 kills",get_cvar_num("bantime"),authid)
If the 70 kills bit needs specific quotes to get picked up properly im not sure about I dont think it does but I never tried