SA-MP Forums Archive
Help Me AudioStream!!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Me AudioStream!!! (/showthread.php?tid=445794)



Help Me AudioStream!!! - xganyx - 23.06.2013

my code:
Код:
DIALOG:5(playerid, response, listitem, inputtext[])
{
	if(response)
	{
		if(listitem == 0)
		{
		    PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/bai-hat/E-Karik-Windy-Quyen/ZW668B9F.html");
		    SendClientMessage(playerid, COLOR_GREEN, "Ban Da Mo Radio Bai Hat E'-Karik");
		}
		if(listitem == 1)
		{
		    PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/bai-hat/Forever-Alone-JustaTee/ZW6UF98O.html"):
            SendClientMessage(playerid, COLOR_GREEN, "Ban Da Mo Radio Bai Hat FA-Justatee");
		}
	}
	return 1;
}
error:
Код:
C:\Documents and Settings\hung\Desktop\Servers\gamemodes\MyFirstGM.pwn(540) : error 001: expected token: ";", but found ":"
C:\Documents and Settings\hung\Desktop\Servers\gamemodes\MyFirstGM.pwn(540) : error 029: invalid expression, assumed zero
i'm need for 0.3x and i'm vietnamese sorry for bad english.


Re: Help Me AudioStream!!! - Kirollos - 23.06.2013

Quote:

DIALOG:5(playerid, response, listitem, inputtext[])
{
if(response)
{
if(listitem == 0)
{
PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/bai-hat/E-Karik-Windy-Quyen/ZW668B9F.html");
SendClientMessage(playerid, COLOR_GREEN, "Ban Da Mo Radio Bai Hat E'-Karik");
}
if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid,"http://mp3.zing.vn/bai-hat/Forever-Alone-JustaTee/ZW6UF98O.html");
SendClientMessage(playerid, COLOR_GREEN, "Ban Da Mo Radio Bai Hat FA-Justatee");
}
}
return 1;
}

you've just wrote a : instead of ; in one lines


Re: Help Me AudioStream!!! - xganyx - 23.06.2013

Thanks very much


Re: Help Me AudioStream!!! - xganyx - 23.06.2013

How do i make a car spawn with the car id. sorry i'm lazy to write new thread.


Re: Help Me AudioStream!!! - xganyx - 23.06.2013

Not Work @@


Re: Help Me AudioStream!!! - Akira297 - 23.06.2013

Quote:
Originally Posted by xganyx
Посмотреть сообщение
How do i make a car spawn with the car id. sorry i'm lazy to write new thread.
Have you ever thought about posting the code and we could assist you?


Re: Help Me AudioStream!!! - xganyx - 23.06.2013

when i going in my server i'm turn on the music, i don't hear anything. why ??


Re: Help Me AudioStream!!! - Scenario - 23.06.2013

It looks to me like the links to the stream you're trying to use are not a compatible format.


Re: Help Me AudioStream!!! - OpticKiller - 23.06.2013

cant yea only use shoutcast ones.?


Re: Help Me AudioStream!!! - Scenario - 23.06.2013

Shoutcast and other types of audio files, like MP3, are supposed to work yes. Although, I know there are limitations on which codecs are supported...