12.02.2014, 10:38
Hello
I just uploaded a small .mp3 to mediafire..placed the link into the audiostream and made this command to play the
mp3 ingame.
I dont hear it and the volume is set high and all. I do see the link on screen though.
If you have any idea why this wont work then please reply
I just uploaded a small .mp3 to mediafire..placed the link into the audiostream and made this command to play the
mp3 ingame.
pawn Код:
if(!strcmp(cmdtext, "/stream", true))
{
PlayAudioStreamForPlayer(playerid, "http://www.mediafire.com/listen/nq66n9e46ru6qnq/Wasted.mp3", 0);
return 1;
}
If you have any idea why this wont work then please reply