OnPlayerText help
#2

Do you mean something like this?

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(strfind(text,"Your text here", true) != -1)
    {
            //Do your stuff here
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
OnPlayerText help - by Jason_Blink - 12.03.2011, 20:23
Re: OnPlayerText help - by alpha500delta - 12.03.2011, 21:28
Re: OnPlayerText help - by Jason_Blink - 13.03.2011, 00:24
Re: OnPlayerText help - by iggy1 - 13.03.2011, 00:33
Re: OnPlayerText help - by Jason_Blink - 14.03.2011, 15:08

Forum Jump:


Users browsing this thread: 3 Guest(s)