[Ajuda] Comando
#10

Tгo Simples, nгo sei nem pra que uma briga -.-

pawn Код:
public OnPlayerText(playerid, text[])
{
    new NomeJogador[24];
    if(strfind(text, "Noob", true) || strfind(text, "PALAVRA", true) || strfind(text, "PALAVRA", true) ==0) //--- queria colocar mais nomes aki, Ex: troxa, server lixo, ETC...
    {
        GetPlayerName(playerid, NomeJogador, sizeof(NomeJogador));
        format(String, sizeof(String), "%s Foi Kickado por Palavreado Excessivamente Ofensivo", NomeJogador);
        SendClientMessageToAll(-1, String);
        Kick(playerid);
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Comando - by vdsvinicius - 11.07.2012, 21:56
Re: Comando - by R3S1D3NT1 - 11.07.2012, 22:06
Re: Comando - by @Riichard - 11.07.2012, 22:10
Re: Comando - by R3S1D3NT1 - 11.07.2012, 22:11
Re: Comando - by vdsvinicius - 11.07.2012, 22:14
Re: Comando - by Saw_BR - 11.07.2012, 22:16
Re: Comando - by @Riichard - 11.07.2012, 22:17
Re: Comando - by vdsvinicius - 11.07.2012, 22:19
Re: Comando - by @Riichard - 11.07.2012, 22:23
Re: Comando - by .FuneraL. - 11.07.2012, 22:27

Forum Jump:


Users browsing this thread: 4 Guest(s)