03.08.2018, 09:36
pawn Код:
CMD:places(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_PLACES, DIALOG_STYLE_LIST, "Places Menu", "Los Santos\nSan Fierro\nLas Venturas", "Go", "Cancel");
return 1;
}
--
Which of those is line 258?