Dialog problem
#10

pawn Код:
#define DIALOG_GEN 8000

// On Register
ShowPlayerDialog(playerid,DIALOG_GEN,DIALOG_STYLE_MSGBOX,"{FFFFCC}Gen", "{FFFFFF}Esti de sex {FFFFCC}masculin {FFFFFF}sau {FFFFCC}feminim{FFFFFF} te rugam alege mai jos.","Male","Female");

// OnDialogResponse
switch( dialogid )
{
    case DIALOG_GEN:
    {
        switch( listitem )
        {
            case 0:
            {
                // Code for Button 1
            }
            case 1:
            {
                // Code for Button 2
            }
        }
    }
}
Reply


Messages In This Thread
Dialog problem - by Scott_Williams - 29.01.2012, 10:29
Re: Dialog problem - by Littlehelper - 29.01.2012, 10:33
Re: Dialog problem - by Konstantinos - 29.01.2012, 10:40
Re: Dialog problem - by Scott_Williams - 29.01.2012, 10:46
Re: Dialog problem - by Konstantinos - 29.01.2012, 10:49
Re: Dialog problem - by Scott_Williams - 29.01.2012, 10:53
Re: Dialog problem - by Konstantinos - 29.01.2012, 10:56
Re: Dialog problem - by Scott_Williams - 29.01.2012, 10:58
Re: Dialog problem - by MSI - 29.01.2012, 11:00
Re: Dialog problem - by Konstantinos - 29.01.2012, 11:05

Forum Jump:


Users browsing this thread: 7 Guest(s)