PHP Code:
server_cmd("amx_banip %s 1440 idiot.kthx",Authid)
will this ban command work if player name contains spaces and numbers ? do i need to put quotes around %s ?
eg, nick to banip: "noob 100"
if type that in console, it looks like this:
amx_banip noob 100 1440 idiot.ktx
wont that unintentionally ban other player with nick "noob" for 100 minutes with reason "1440 idiot.ktx" ?