#10

Quote:
Originally Posted by Ananisiki
Посмотреть сообщение
I know, i got the textdraw ready but how can i do so the player like a chastity belt if he choose #3 ?
pawn Код:
public OnPlayerText(playerid, text[])
{
    if(ShowingTextdraw[playerid] == true)
    {
        if(strval(text) == 1)
        {
            //your actions
            return 0; //return to 0 always
        }
        if(strval(text) == 2)
        {
            //your actions
            return 0;
        }
        if(strval(text) == 3)
        {
            //your actions
            return 0;
        }
    }
    return 1;
}
Reply


Messages In This Thread
Shop - by Ananisiki - 27.02.2014, 20:49
Re: Shop - by PowerPC603 - 27.02.2014, 22:40
Re: Shop - by Ananisiki - 27.02.2014, 22:44
Re: Shop - by PowerPC603 - 28.02.2014, 08:41
Re: Shop - by Knekt - 28.02.2014, 08:57
Re: Shop - by Ananisiki - 28.02.2014, 10:29
Re: Shop - by Ananisiki - 28.02.2014, 12:57
Re: Shop - by Ananisiki - 01.03.2014, 10:42
Re: Shop - by Smileys - 01.03.2014, 10:47
Re: Shop - by AnonScripter - 12.03.2014, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)