31.10.2012, 17:09
What is "fantastic" at this filterscript?
Why is not better a ban system ? With loading banned names/IPs from a file, or from a database ( MySQL, SQLite ) ... it's much btter like your code:
And for what is "else" there? can you explain me?
Why is not better a ban system ? With loading banned names/IPs from a file, or from a database ( MySQL, SQLite ) ... it's much btter like your code:
pawn Код:
else if(!strcmp(pName, "//name not allowed here", true))
{
SendClientMessage(playerid, COLOR_PINK,"This name is not allowed");
Kick(playerid);
}