30.06.2013, 11:01
Try this
pawn Code:
case DIALOG_MUSIC:
{
if(response)
{
switch(listitem)
{
case 0:
{
PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/download/song/Noi-Anh-Khong-Thuoc-Ve-365DaBand/knJntLmalSzJgnHTZDJyvHLn");
}
case 1:
{
PlayAudioStreamForPlayer(playerid,"http://data.chiasenhac.com/downloads/1084/0/1083514-60fff019/128/Forever%20Alone%20Touliver%20Remix_%20-%20JustaTee%20[MP3%20128kbps].mp3");
}
case 2
{
PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/download/song/Vut-Bay-Young-Generation-Thanh-Bui-Noo-Phuoc-Thinh-Dong-Nhi-Ong-Cao-Thang-Si-Thanh-Thanh-Tam-Tam-Tit-365DaBand-JustaTee-Kimmese-Mr-T/ZmJnTkmNlpdGzZhykFxybmkH");
}
case 3:
{
StopAudioStreamForPlayer(playerid);
}
}
}
return 1;
}