SA-MP Forums Archive
Audio Stream - 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: Audio Stream (/showthread.php?tid=362982)



Audio Stream - Dare Devil..... - 26.07.2012

Hello I wanted to play audio stream for player but when I use PlayAudioStreamForPlayer is says undifined symbol I typed it like this.

pawn Code:
new Float:X, Float:Y, Float:Z, Float:Distance = 30.0;
GetPlayerPos(playerid, X, Y, Z);
PlayAudioStreamForPlayer(playerid, "http://kiwi6.com/file/v1z44gx6ga", X, Y, Z, 30.0, 1);
how can I fix it?


Re: Audio Stream - Randy More - 26.07.2012

Ensure that you are using the latest version of pawno, if you don't, download it from here then launch the pawno.exe file and re-open your gamemode after that, also update all of your includes and plugins for further uses.


Re: Audio Stream - Dare Devil..... - 26.07.2012

I have latest version still it dont work


Re: Audio Stream - Dare Devil..... - 27.07.2012

Any one?