04.02.2013, 13:31
The error:
The error line:
I told you to remove "return 1;" above the error line:
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.
Код:
(491) : warning 225: unreachable code
pawn Код:
if(dialogid == VIPMENU) //LINE 419
pawn Код:
//line above return 1;
//error line if(dialogid == VIPMENU)
//line below {

