Error in a command
#1

Hello
I want to do a base for on dialog repsonse
so i did like that
______________________
Код:
if(dialogid ==  DIALOG_GANG)
{
    if(response)
        {


            if(listitem == 0)
            {


              //TEXT
              }
if(listitem == 1) 
            {
                //TEXT
            }
            if(listitem == 2) 
            {
                //TEXT
            }
                  if(listitem == 3) 
            {
              //TEXT
            }
            if(listitem == 4) 
            {
                //TEXT
            }
            if(listitem == 5) 
            {
                //TEXT
            }
         
   return 1;
   }
  }
     return 0;
}
Код:
ShowPlayerDialog(playerid, DIALOG_GANG, DIALOG_STYLE_LIST, "Gangs", "Grove\n/Ballas\nPenguins\nTrhoops\nBrains\nStreet Shit", "Select", "Close");
i did defined that dialog_gang
Код:
 warning 225: unreachable code
thats the error
thanks for helpers.
Reply


Messages In This Thread
Error in a command - by tamirshoval - 13.12.2013, 10:40
Re: Error in a command - by SilentSoul - 13.12.2013, 10:48
Re: Error in a command - by tamirshoval - 13.12.2013, 10:53
Re: Error in a command - by PowerPC603 - 13.12.2013, 10:58
Re: Error in a command - by tamirshoval - 13.12.2013, 11:00

Forum Jump:


Users browsing this thread: 2 Guest(s)