/Music YCMD command
#4

String is too High.. change it and try this codes
Код:
YCMD:music(playerid, params[], help)
{
	new string1[4000/*Comment : Change this value.*/];
	for(new i = 0; i<sizeof(MusicList); i++)
	{
	    format(string, sizeof(string), "{007FFF}%s {CCCCCC}» {007FFF}Song: {CCCCCC}%s - {007FFF}Singer: {CCCCCC}%s - {007FFF}Time: {CCCCCC}%d. {CCCCCC}«\n", string1, MusicList[i][mName], MusicList[i][mSinger], MusicList[i][mTime]);
	}
	ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "~~~ Songs~~~", string, "select", "");
	return 1;
}
Reply


Messages In This Thread
/Music YCMD command - by IlaiBenShuShan - 30.05.2015, 07:32
Re: /Music YCMD command - by IlaiBenShuShan - 31.05.2015, 11:59
Re: /Music YCMD command - by amirm3hdi - 31.05.2015, 12:01
Re: /Music YCMD command - by fuckingcruse - 31.05.2015, 12:06

Forum Jump:


Users browsing this thread: 2 Guest(s)