Code:
new authid[32], new kills = get_user_frags(id)
get_user_authid(id,authid,31)
if(kills <= 70) // greater symbol first
server_cmd("amx_ban %i %s ^"70 kills^"",get_cvar_num("bantime"),authid)
The ^" symbols tell the compile not to end the server cmd but put 70 kills in quotes when entered by the server, also the greater/less than symbols need to go before the equals or it wont work, also 123 what games is this for?
__________________