OnDailogResponse Problem.
#2

Try This
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == YOUR_DIALOG_ID)
    {
        if(response)
        {
            switch(listitem)
            {
                case 0:
                {
                    SetPlayerColor(playerid, 0xFF0000AA);
                }
                case 1:
                {
                     SetPlayerColor(playerid, 0xFF9900AA);
                }
                case 2:
                {
                    SetPlayerColor(playerid, 0xFFC0CBFF);
                }
                case 3:
                {
                    //ect
                }
            }
        }
    }
    return 1;
}
Try use [pawn] tags they are better than [code]
Reply


Messages In This Thread
OnDailogResponse Problem. - by matthewdriftking - 01.08.2010, 09:25
Re: OnDailogResponse Problem. - by iggy1 - 01.08.2010, 09:32
Re: OnDailogResponse Problem. - by matthewdriftking - 01.08.2010, 09:34

Forum Jump:


Users browsing this thread: 1 Guest(s)