OnDialogResponse Error
#1

pawn Код:
if(dialogid == DIALOG_DUTY)
    {
         switch(listitem)
         {
            case 0:
            {
                // removed to prevent copiers
            }
            case 1:
            {
                // removed to prevent copiers
            }
        }

    if(dialogid == DIALOG_DUTY1)
    {
        switch(listitem)
        {
            case 0:
            {
                if(OnDuty[playerid] == 0)
                {
                    // removed to prevent copiers
                }
                else if(OnDuty[playerid] == 1)
                {
                    // removed to prevent copiersFirefighter");
                }
            }
            case 1:
            {
                if(OnDuty[playerid] == 0)
                {
                    // removed to prevent copiers
                   
                }
                else if(OnDuty[playerid] == 1)
                {
                    // removed to prevent copiers
                }
            }
        }

    if(dialogid == DIALOG_DUTY2)
    {
        switch(listitem)
        {
            case 0:
            {
                // removed to prevent copiers
            }
            case 1:
            {
                // removed to prevent copiers
            }
        }
    if(dialogid == DIALOG_DUTY3)
    {
        switch(listitem)
        {
            case 0:
            {
                        //
            }
        }
       
    if(dialogid == DIALOG_DUTY4)
    {
        switch(listitem)
        {
            case 0:
            {
                    //
            }
        }
    }
    return 1;
}
Reply
#2

So, what is the problem here officer?
Reply
#3

lol.. you are missing a closing bracket } for every if(dialogid..
Reply
#4

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
So, what is the problem here officer?
I get errors, and missing bracket finder says there is missing brackets, but the lines are incorrect
Reply
#5

Quote:
Originally Posted by RockingCamman
Посмотреть сообщение
I get errors, and missing bracket finder says there is missing brackets, but the lines are incorrect
Didn't you read the post above? You're missing a closing bracket after every if (dialogid == ...)

It should be:
pawn Код:
if(dialogid == DIALOG_DUTY)
    {
         switch(listitem)
         {
            case 0:
            {
                // removed to prevent copiers
            }
            case 1:
            {
                // removed to prevent copiers
            }
        }
   }

    if(dialogid == DIALOG_DUTY1)
    {
        switch(listitem)
        {
            case 0:
            {
                if(OnDuty[playerid] == 0)
                {
                    // removed to prevent copiers
                }
                else if(OnDuty[playerid] == 1)
                {
                    // removed to prevent copiersFirefighter");
                }
            }
            case 1:
            {
                if(OnDuty[playerid] == 0)
                {
                    // removed to prevent copiers
                   
                }
                else if(OnDuty[playerid] == 1)
                {
                    // removed to prevent copiers
                }
            }
        }
    }

    if(dialogid == DIALOG_DUTY2)
    {
        switch(listitem)
        {
            case 0:
            {
                // removed to prevent copiers
            }
            case 1:
            {
                // removed to prevent copiers
            }
        }
    }
    if(dialogid == DIALOG_DUTY3)
    {
        switch(listitem)
        {
            case 0:
            {
                        //
            }
        }
    }
       
    if(dialogid == DIALOG_DUTY4)
    {
        switch(listitem)
        {
            case 0:
            {
                    //
            }
        }
    }
    return 1;
}
Reply
#6

Quote:
Originally Posted by wildcookie007
Посмотреть сообщение
lol.. you are missing a closing bracket } for every if(dialogid..
Now my compiler just crashed -,-
Reply
#7

Quote:
Originally Posted by RockingCamman
Посмотреть сообщение
Now my compiler just crashed -,-
Umm... lrn2read?
Reply
#8

Quote:
Originally Posted by RockingCamman
Посмотреть сообщение
I get errors, and missing bracket finder says there is missing brackets, but the lines are incorrect
..You really don't see the missing brackets?
Reply
#9

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
..You really don't see the missing brackets?
Nope, here add me on steam, Camman616 or add my MSN rockingcamman@live.com, and maybe u can help me with it
Reply
#10

Quote:
Originally Posted by RockingCamman
Посмотреть сообщение
Nope, here add me on steam, Camman616 or add my MSN rockingcamman@live.com, and maybe u can help me with it
Are you joking?! There's nothing more simple than finding missing brackets, especially when your tabs are perfectly done....
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)