01.09.2016, 09:32
Doesnt look like you have a if statement for your sub-menus(eg. DIALOG_RP_CMDS), thus nothing happens(I think).
PHP код:
if(dialogid == DIALOG_RP_CMDS || dialogid == DIALOG_RP || dialogid == etc)
{
if(!response) ShowPlayerDia(playerid, ....);
}