06.02.2013, 22:07
Hi, I have this on my server:
But how can I add more words ti it?
pawn Код:
public OnPlayerText(playerid, text[])
{
if(strfind(text, "word", true) != -1) return Kick(playerid);
return 1;
}