getting the inputtext (2)
#2

pawn Код:
if (dialogid == SKINYAKUZA)
    {
     if(response)
    {
        if(strcmp(inputtext, "mypass", true) == 0)
        {
            YAKUZA[playerid] = 1;
            SendClientMessage(playerid,COLOR_RED,"WELCOME!");
        }
        else
        {
        SendClientMessage(playerid,COLOR_RED,"ERROR: BAD PASSWORD!");
        ForceClassSelection(playerid);
        }
    }
    return 1;
    }
Try That
Reply


Messages In This Thread
getting the inputtext (2) - by LZLo - 21.12.2010, 07:32
Re: getting the inputtext (2) - by [WF]Demon - 21.12.2010, 07:35
Re: getting the inputtext (2) - by LZLo - 21.12.2010, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)