hi can i change:
Code:
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
to amx_kick to give the admin immunity?