Unreachable code
#8

The error:
Код:
(491) : warning 225: unreachable code
The error line:
pawn Код:
if(dialogid == VIPMENU) //LINE 419
I told you to remove "return 1;" above the error line:
pawn Код:
//line above return 1;  
//error line    if(dialogid == VIPMENU)
//line below    {
I don't see why you didn't get this, but I'll try again: You need to remove the "return 1;" which I specified above, because it's stopping your callback (OnDialogReponse) from continuing, thus making your if-statement unreachable.
Reply


Messages In This Thread
Unreachable code - by geohareas - 04.02.2013, 11:23
Re: Unreachable code - by DiGiTaL_AnGeL - 04.02.2013, 11:53
Re: Unreachable code - by geohareas - 04.02.2013, 11:58
Re: Unreachable code - by LarzI - 04.02.2013, 12:00
Re: Unreachable code - by geohareas - 04.02.2013, 12:21
Re: Unreachable code - by LarzI - 04.02.2013, 12:25
Re: Unreachable code - by geohareas - 04.02.2013, 12:35
Re: Unreachable code - by LarzI - 04.02.2013, 13:31
Re: Unreachable code - by MP2 - 04.02.2013, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)