How to add more?
#4

Quote:
Originally Posted by Jeffry
Посмотреть сообщение
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;
}
mmm tried that before and did't work, but I tried it again and is working. mm :Interesting:

PD: Thanks dude! +rep
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: 1 Guest(s)