09.03.2012, 15:00
Hello i have seen a tutorial about it, and i'v made it. the command works and all, the dialog opens and etc. but the
songs doesn't play, i assume i know where the problem is i just dunno how to solve it. thanks for the helpers +1 rep!
songs doesn't play, i assume i know where the problem is i just dunno how to solve it. thanks for the helpers +1 rep!
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_MUSICPLAYER)
{
if(response)
{
if(listitem == 0)
{
PlayAudioStreamForPlayer(playerid, "http://www.*******-mp3.org/#v=Y64Rypdt0_s");
}
if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid, "http://www.*******-mp3.org/#v=Y64Rypdt0_s");
}
}
return 1;
}


