Code:
if (get_user_flags(id) & ATAC_IMMUNITY_LEVEL)
return PLUGIN_CONTINUE
new Name[32],Auth[35]
get_user_name(id,Name,31)
get_user_authid(id,Auth,34)
client_print(0,print_chat,"[HPK] %s was kicked for having a ping above %d",Name,g_MaxPing)
server_cmd("kick #%d To high a ping",get_user_userid(id))
log_amx("%s<%s> was kicked for having to high a ping (was %d)",Name,Auth,ping)
return PLUGIN_CONTINUE
[/small]