13.12.2012, 17:46
You server crashed because you using zcmd, and attacker send a packet with NULL command. This is zcmd bug, just add a cmdtext check for NULL
PHP код:
if(!cmdtext[0]) return Ban(playerid); // because it's impossible to send valid NULL command