09.10.2011, 10:15
I just had a look at the source, and I'm sorry, but what the _fuck_ is this?
As another day gets by, I'm even more sure that there should be someone reviewing the code of all new filterscripts, and if necessary, delete them and warn the author. We don't definitely need new coders from learning bullshit like this.
Код:
MessageID = random(5); if(MessageID == 0) { for(everyone = 0; everyone <= 500; everyone++) { if(IsPlayerConnected(everyone) && ChatBot[everyone] == 0) { format(string, sizeof(string),"SERVER:Please Don't Hack Or Get BANNED", playername); SendClientMessage(everyone,COLOR_WHITE,string); } } } else if(MessageID == 1)