A small audio problem. - 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: A small audio problem. (
/showthread.php?tid=420387)
A small audio problem. -
Stu1 - 04.03.2013
Hi guys, I just wanted to know if it is possible to load a audio stream from a save?
this is my code at the moment.
pawn Код:
case 100:
{
PlayAudioStreamForPlayer(playerid, "AudioInfo[playerid][customurl]");
GameTextForPlayer(playerid,"~y~Custom URL",2000,5);
}
Is it possible to pull a url from AudioInfo[playerid][customurl]?
Help is appreciated.