Help with dialog [SIMPLE]
#1

Heey guys,

I just need a little help with my dialog. I made a list dialog:

PHP код:
if(dialogid == 444)//dialog id response
            
{
                if(
response)
                    {
                if(
listitem == 0)//the listitem0, defines the number one option of the dialog
                    
{
                   if(
GetPlayerScore(playerid) >= 0)//if player have 0 score then  he can choose this class
                        
{
                        
ShowPlayerDialog(playeridDIALOG_CLASS_ASSAULTDIALOG_STYLE_MSGBOX"Assault Class""The Assault Class is the most common used class by a lot of swat and terrorits.\n\n{FF8000}Abilities: {AFAFAF}This class is upgradable.\n This class has many featers available at further levels, such as extra weapon damage, rocket launcher and more!\n\n{FF8000}Weapons: {AFAFAF}Knife, Desert Eagle, M4, Grenades""Choose","<< Back");
                        
gPlayerClass[playerid] = ASSAULT;//setting the class to ASSAULT
                        
PickedClass[playerid] = 1;
                        
SetPlayerVirtualWorld(playerid0);
                        
TogglePlayerControllable(playerid1);
                        
ResetPlayerWeapons(playerid);
                        
GivePlayerWeapon(playerid24170);//deagle
                        
GivePlayerWeapon(playerid41);//Knife
                        
GivePlayerWeapon(playerid31400);//M4
                        
GivePlayerWeapon(playerid162);//Grenades
                        
}
                         else
                        {
                            
SendClientMessage(playeridCOLOR_RED"You have not enough score to choose this class");
                            
ShowPlayerDialog(playeridDIALOG_CLASSDIALOG_STYLE_TABLIST_HEADERS"Class Selection""Class Name\tRequirements\nAssault\t0 score\nRECON\t500 score\nEngineer\t800 score\nMedic\t1100 score\nSniper\t1250 scores\nPilot\t1700 score\nRambo\t2000 score\nSpy\t4000 score\nCustom Class\tVIP Status""View""");
                            return 
1;
                          }
                    } 
The problem is:

If I click on << Back button (the msg dialog) , the dialog will close.

What I want is that if you click on << Back button, that it will retrurn you back to the list dialog(the tablist_headers one).

I am a bit confused so I need help, lol.

Thank you
Reply


Messages In This Thread
Help with dialog [SIMPLE] - by Fantje - 24.05.2016, 08:20
Re: Help with dialog [SIMPLE] - by Micko123 - 24.05.2016, 08:24
Re: Help with dialog [SIMPLE] - by Slawiii - 24.05.2016, 08:28
Re: Help with dialog [SIMPLE] - by Fantje - 24.05.2016, 08:28
Re: Help with dialog [SIMPLE] - by Slawiii - 24.05.2016, 08:30
Re: Help with dialog [SIMPLE] - by Fantje - 24.05.2016, 08:33
Re: Help with dialog [SIMPLE] - by Slawiii - 24.05.2016, 08:41
Re: Help with dialog [SIMPLE] - by Fantje - 24.05.2016, 08:53
Re: Help with dialog [SIMPLE] - by Slawiii - 24.05.2016, 09:42
Re: Help with dialog [SIMPLE] - by Slawiii - 24.05.2016, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)