29.07.2012, 18:20
Код:
if (strcmp("/editorcmd", cmdtext, true, 10) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 4)
{
ShowPlayerDialog(playerid, DIALOG_MAIN_MENU, DIALOG_STYLE_LIST, "WestSide Object Editor", "Create object\nSearch object models\nDelete object\nEdit object\nSave object\nLoad objects", "Select", "Cancel");
}
return 1;
}


