Song not starts
#1

song does player atm all i even have lastest audio plugin any help?

CMD:ts(playerid, params[])
{
PlayAudioStreamForPlayer(playerid, "http://www.youtube.com/watch?v=uQZMaG1eO74");
return 1;
}
CMD:te(playerid, params[])
{
StopAudioStreamForPlayer(playerid);
return 1;
}
Reply
#2

******* isn't a mp3 file formatted you'll need to find a link such as

http://www.site.com/name.mp3
Reply
#3

pawn Код:
CMD:ts(playerid, params[])
{
    PlayAudioStreamForPlayer(playerid, "http://www.therundown.tv/audio/2Chainz-NoLieFtDrake_1.mp3");
    return 1;
}
CMD:te(playerid, params[])
{
    StopAudioStreamForPlayer(playerid);
    return 1;
}
Reply
#4

Or you can use this -> https://sampforum.blast.hk/showthread.php?tid=291288 (Never tested it though)
Reply
#5

I don't see any need for using audio plugins. There are pretty much sources to use with native SA-MP function.
Reply
#6

Quote:
Originally Posted by Audiophr3ak
Посмотреть сообщение
I don't see any need for using audio plugins. There are pretty much sources to use with native SA-MP function.
The link i provided is not a plugin it is an include, that you can use to stream ******* and play the music wherever you want.
Reply
#7

Quote:

song does player atm all i even have lastest audio plugin any help?

He was referring to the poster, because he is using the audio plugin, which is not intended for use with PlayAudioStreamForPlayer.
Reply
#8

Quote:
Originally Posted by clarencecuzz
Посмотреть сообщение
He was referring to the poster, because he is using the audio plugin, which is not intended for use with PlayAudioStreamForPlayer.
Oh sorry i misunderstand things sometimes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)