05.10.2014, 11:08
Your Dialog list its too long
Use this strcat for Dialog
Use this strcat for Dialog
pawn Код:
Audio_SetVolume(playerid, Radio[playerid], 100);
new string[952];
strcat(string, "0- Am I Wrong\n");
strcat(string, "1-One Direction - Story of My Life\n");
strcat(string, "2-Miley Cyrus - Wrecking Ball\n");
strcat(string, "3-american authors - best day of my life\n");
strcat(string, "4-Avicii, Aloe Blacc - Wake Me Up\n");
strcat(string, "5-let her go\n");
strcat(string, "6-World Championship\n");
strcat(string, "7-Imagine Dragons - Demons\n");
strcat(string, "8-Lorde - Royals\n");
strcat(string, "9-Austin Mahone - Say Something\n");
strcat(string, "10-A Great Big World & Christina Aguilera - Say Something\n");
strcat(string, "11-Pitbull - Timber ft. Ke$ha\n");
strcat(string, "12-Eminem - The Monster\n");
strcat(string, "13- I Have nothing\n");
strcat(string, "14-JAY Z ft Justin Timberlake - Holy Grail\n");
strcat(string, "[STOP RADIO]");
ShowPlayerDialog(playerid, RADIO, DIALOG_STYLE_LIST, "Radio System by TX-MUSIC-RADIO!!!", string, "Okay", "Exit");
return SendClientMessage(playerid, COLOR_GREEN, "Chouse some music radio which you want to listen!");