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