11.10.2016, 05:50
I'm assuming DIALOG_OJAIL is the first menu. The other menus are DIALOG_OJAIL + x_number, so you have to do the same starting at the if-then sentence.
if(!response) return ...
{
is wrong, by the way
if(!response) return ...
{
is wrong, by the way