04.03.2013, 18:28
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.
Is it possible to pull a url from AudioInfo[playerid][customurl]?
Help is appreciated.
this is my code at the moment.
pawn Код:
case 100:
{
PlayAudioStreamForPlayer(playerid, "AudioInfo[playerid][customurl]");
GameTextForPlayer(playerid,"~y~Custom URL",2000,5);
}
Help is appreciated.