BRIAN floods the server but, script thinks [TDH]BriaN did it so he gets kicked.
Jesus, do they use FindPlayerIDFromString instead of just kicking the ID from OnPlayerText?
That would be goddamned ridicilious, since a player nicknamed "o" can just join the server and kick all the players with IDs below and having "o" in their nicks.
while (p < MAX_PLAYERS) { if (strfind(gPlayers[p],string,true) != -1) { player=p;break; } p++; }