Chat Help
#5

Quote:
Originally Posted by [___
PotH3Ad ]
Here you go:

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(!strcmp("blabla",text,true) || !strcmp("testing",text,true) || !strcmp("fuck",text,true))
    {
        SendClientMessage(playerid, COLOR_RED, "Forbidden Word.");
        return 0;
    }
    return 1;
}
THANKS VERY USEFULL DDD
Reply


Messages In This Thread
Chat Help - by patchkinson - 29.01.2010, 23:08
Re: Chat Help - by patchkinson - 30.01.2010, 00:02
Re: Chat Help - by PotH3Ad - 30.01.2010, 02:12
Re: Chat Help - by [HiC]TheKiller - 30.01.2010, 02:37
Re: Chat Help - by patchkinson - 30.01.2010, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)