20.05.2017, 07:58
Try this. Not sure if it'll work though. Bolded everything I added.
Код:
ALOG_ADLIST: { if(response) { new i = ListItemTrackId[playerid][listitem], szDialog[164]; szDialog[0] = 0; if(IsPlayerConnected(i) && !isnull(szAdvert[i])) { format(szDialog, sizeof(szDialog), "%s%s\r\nContact: %i\n", szDialog, szAdvert[i], PlayerInfo[i][pPnumber]); return ShowPlayerDialog(playerid, DIALOG_ADFINAL, DIALOG_STYLE_MSGBOX, "Advertisements - Search Result", szDialog, "Return", "Exit"); } else SendClientMessage(playerid, COLOR_GREY, "This player has either disconnected or withdrawn their advertisement."); } else ShowPlayerDialog(playerid, DIALOG_ADMAIN, DIALOG_STYLE_LIST, "Advertisements", "List Advertisements\nSearch Advertisements\nPlace Advertisement\nPlace Attention Advertisement", "Select", "Cancel"); } }