11.07.2012, 22:23
Crie :
Ve se funciona..
pawn Код:
public OnPlayerText(playerid, text[])
{
if(strfind(text, "Noob", true) || strfind(text, "PALAVRA", true) || strfind(text, "PALAVRA", true) ==0) //--- queria colocar mais nomes aki, Ex: troxa, server lixo, ETC...
{
Kick(playerid);
SendClientMessageToAll(COR_ROXO, "Um Noob foi kikado por: Noй, Motivo: Palavreado excessivamente ofensivo" );
return 0;
}
return 1;
}