need help
#7

Код:
public OnPlayerText(playerid, text[])
{
    if(!strcmp(text, "TesT", false))
    {
	 SendClientMessage(playerid, -1, "[Server]: Hi. (exp)");
    }
    return 0;
}
For case sensitiveness off, set the third argument of strcmp to false.

You should thank @ConnorW
Reply


Messages In This Thread
need help - by PoniStar - 26.09.2018, 09:30
Re: need help - by v1k1nG - 26.09.2018, 10:16
Re: need help - by Zeus666 - 26.09.2018, 11:13
Re: need help - by d3Pedro - 26.09.2018, 11:50
Re: need help - by Calisthenics - 26.09.2018, 11:55
Re: need help - by solstice_ - 26.09.2018, 13:26
Re: need help - by TheToretto - 27.09.2018, 10:00

Forum Jump:


Users browsing this thread: 2 Guest(s)