Dialog >:(
#4

Try this
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1 && response)
    {
        switch(listitem)
        {
            case 0:
            {
                SetPlayerColor(playerid, invi);
            }
            case 1:
            {
                SetPlayerColor(playerid, blue);
            }
            case 2:
            {
                SetPlayerColor(playerid, red);
            }
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Dialog >:( - by Sir_bomber - 30.07.2010, 16:05
Re: Dialog >:( - by ViruZZzZ_ChiLLL - 30.07.2010, 16:23
Re: Dialog >:( - by Sir_bomber - 30.07.2010, 17:08
Re: Dialog >:( - by PotH3Ad - 30.07.2010, 19:03
Re: Dialog >:( - by Kar - 30.07.2010, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)