20.11.2013, 12:01
Quote:
if(dialogid == DIALOG_ADMAIN) { if(response) { switch(listitem) { case 0: { ShowPlayerDialog(playerid, 1441, DIALOG_STYLE_MSGBOX, "List Advertisements", "Change this", "Close", ""); } case 1: { ShowPlayerDialog(playerid, 1442, DIALOG_STYLE_MSGBOX, "Search Advertisements", "Change this", "Close", ""); } case 2: { ShowPlayerDialog(playerid, 1443, DIALOG_STYLE_MSGBOX, "Place Advertisement", "Change this", "Close", ""); } case 3: { ShowPlayerDialog(playerid, 1444, DIALOG_STYLE_MSGBOX, "Place Priority Advertisement", "Change this", "Close", ""); } } } } |
Quote:
"Change this", "Close" |