This line is too long [Help]
#6

i thinks this should be...

PHP код:
#include <a_samp>


public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
if(
dialogid == id)
    {
        if(
response)
        {
            if(
listitem==0)
            {
                          
//Your Action...
            
}
            if(
listitem==1)
            {
                          
//Your Action...
            
}
            if(
listitem==2)
            {
                 
//Your Action...
            
}
            if(
listitem==3)
            {
                         
//Your Action...
            
}
            if(
listitem==4)
            {
                         
//Your Action...
            
}
            if(
listitem==5)
            {
                         
//Your Action...
            
}
            if(
listitem==6)
            {
                        
//Your Action...
            
}
            if(
listitem==7)
            {
                         
//Your Action
            
}
            if(
listitem==8)
            {
                         
//your Action
            
}
            if(
listitem==9)
            {
                         
//Your Action
            
}
            if(
listitem==10)
            {
                        
//your Action
            
}
            if(
listitem==11)
            {
                         
//your action
            
}
            if(
listitem==12)
            {
            
//your action
            
}
            if(
listitem==13)
            {
            
//Your action
            
}
            if(
listitem==14)
            {
            
//YOUR ACTION
            
}
            if(
listitem==15)
            {
            
//YOUR ACTION!
            
}
            if(
listitem==16)//Close
            
{           //You Can Add more If(listitem==17.......)

            
}
        }
        return 
1;
     }
    return 
0;
  } 
Reply


Messages In This Thread
This line is too long [Help] - by vikoo - 04.11.2016, 23:54
Re: This line is too long [Help] - by vikoo - 05.11.2016, 00:38
Re: This line is too long [Help] - by vikoo - 05.11.2016, 00:57
Re: This line is too long [Help] - by RyderX - 05.11.2016, 01:19
Re: This line is too long [Help] - by vikoo - 05.11.2016, 01:39
Re: This line is too long [Help] - by RyderX - 05.11.2016, 01:58
Re: This line is too long [Help] - by IceBilizard - 05.11.2016, 03:39

Forum Jump:


Users browsing this thread: 1 Guest(s)