Thread: Bhop Detector
View Single Post
Vm|Mayhem
Senior Member
Join Date: Feb 2005
Location: Murrieta, CA.
Old 05-13-2007 , 08:33   Re: Bhop Detector
Reply With Quote #23

Quote:
server_cmd("amx_ban ^"%s^" %d Bhop detected!",p_authid,get_pcvar_num(ban_time))
Close, but with amxbans the bantime should go before the steamid.

Code:
server_cmd("amx_ban %d ^"%s^" Bhop detected!",get_pcvar_num(ban_time),p_authid)

Last edited by Vm|Mayhem; 05-13-2007 at 08:36.
Vm|Mayhem is offline
Send a message via AIM to Vm|Mayhem