03.08.2018, 09:32
i think you need return 1 in your command.
CMD
laces(playerid)
{
ShowPlayerDialog(playerid, DIALOG_PLACES, DIALOG_STYLE_LIST, "Places Menu", "Los Santos\nSan Fierro\nLas Venturas", "Go", "Cancel");
return 1;
}
CMD

{
ShowPlayerDialog(playerid, DIALOG_PLACES, DIALOG_STYLE_LIST, "Places Menu", "Los Santos\nSan Fierro\nLas Venturas", "Go", "Cancel");
return 1;
}