07.10.2013, 19:03
Yeah, you can.
pawn Code:
if(dialogid == DIALOG_CMDS)
{
if(response)
{
switch(liistitem)
{
case 0://show command menu dialog
case 1: //put the ShowPlayerDialog you have in /w.
}
}
}