02.01.2013, 03:28
Also, you don't need to use ' else if ' for getting dialog id.
that's why you are not getting any response.
change it to
pawn Код:
else if(dialogid == 30) //This is wrong
change it to
pawn Код:
if(dialogid == 30)