08.07.2016, 03:04
Quote:
It must be something like this:
PHP Code:
|
take this as example
PHP Code:
new string[1024];
format(string, sizeof(string), "%sLeidimas vairuoti infernus(%s)\n",string, (Rangs[prang][tr1]) ? ("Yra") : ("Nera"));
format(string, sizeof(string), "%sLeidimas vairuoti elegy(%s)\n",string, (Rangs[prang][tr2]) ? ("Yra") : ("Nera"));
//Here can add more string messages
ShowPlayerDialog(playerid, DDIALOG_X, DIALOG_STYLE_LIST, "Title", string, "BUTTON1", "BUTTON2");