Dialogs Not Working Need Help
#7

Quote:
Originally Posted by Dwane
Посмотреть сообщение
Where did you added. It compiles fine
pawn Код:
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
Show lines 4170 to 4185
i added it In The end Of The GM
I mean in OnDialogResponse

This is the Lines You asked FOr

Код:
               switch( listitem )
                {
                    case 0: ShowPlayerDialog( playerid, 101, DIALOG_STYLE_LIST, "Stunts", "Las Venturas \nSan Fierro \nLos Santos\nLos Santos Airport (/lsair) \nLas Venturas Airport (/lvair) \nSan Fierro Airport (/sfair) \nOld airport (/aa) \nSky road (/skyroad) \nStunt zone (/sz) \n{FF0000}Back", "Select", "Cancel" );
                    case 1: ShowPlayerDialog( playerid, 102, DIALOG_STYLE_LIST, "Jumps", " DeathJump (/dj) \nTunnelJump (/tj) \nGlassjump (/gj) \nPipejump (/pj) \nEpicLoop (/epicloop) \n{FF0000}Back", "Select", "Cancel" );
                    case 2: ShowPlayerDialog( playerid, 103, DIALOG_STYLE_LIST, "Parkour", "BMX Parkour (/bmxparkour) \nNrg Parkour (/nrgparkour) \n{FF0000}Back", "Select", "Cancel" );
                    case 3: ShowPlayerDialog( playerid, 104, DIALOG_STYLE_LIST, "Fun", "Party (/party) \nBasketCar (/basketcar) \nDrift  (/drift) \nDrift 2 (/drift2)\n HayClimb (/hayclimb) \n{FF0000}Back", "Select", "Cancel" );
                    return 1;
                }
            }
        }
        case 101:
        {                   //Stunts
            if( response )
            {
                switch( listitem )
                {
Reply


Messages In This Thread
Dialogs Not Working Need Help - by MegaBrainRain - 21.02.2012, 09:18
Re: Dialogs Not Working Need Help - by Mark™ - 21.02.2012, 09:23
Re: Dialogs Not Working Need Help - by Konstantinos - 21.02.2012, 09:30
Re: Dialogs Not Working Need Help - by MegaBrainRain - 21.02.2012, 09:31
Re: Dialogs Not Working Need Help - by MegaBrainRain - 21.02.2012, 09:36
Re: Dialogs Not Working Need Help - by Konstantinos - 21.02.2012, 09:39
Re: Dialogs Not Working Need Help - by MegaBrainRain - 21.02.2012, 09:47
Re: Dialogs Not Working Need Help - by Mark™ - 21.02.2012, 09:50
Re: Dialogs Not Working Need Help - by MegaBrainRain - 21.02.2012, 09:51
Re: Dialogs Not Working Need Help - by Konstantinos - 21.02.2012, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)