How to add more?
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(strfind(text, "word", true) != -1) return Kick(playerid);
    if(strfind(text, "word2", true) != -1) return Kick(playerid);
    if(strfind(text, "word3", true) != -1) return Kick(playerid);
    return 1;
}
Reply


Messages In This Thread
How to add more? - by RiChArD_A - 06.02.2013, 22:07
Re: How to add more? - by Jeffry - 06.02.2013, 22:08
Re: How to add more? - by u3ber - 06.02.2013, 22:11
Respuesta: Re: How to add more? - by RiChArD_A - 06.02.2013, 22:18

Forum Jump:


Users browsing this thread: 2 Guest(s)