Music Player
#1

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!

Код:
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;
	}
Reply


Messages In This Thread
Music Player - by DannySnoopy - 09.03.2012, 15:00
Re: Music Player - by newbienoob - 09.03.2012, 15:07
Re: Music Player - by DannySnoopy - 09.03.2012, 15:36

Forum Jump:


Users browsing this thread: 3 Guest(s)