The 70 kills dont work with amx_ban
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",get_cvar_num("bantime"),authid)
And bantime being a cvar that is how long the person is banned for
__________________