Please help me to fix this
#1

hey guys i made this CMD to listen music but i cant hear it IG it shows me that it starts but nothing...
Код:
	if (strcmp("/stopmusic",cmdtext, true) == 0)
	{
	StopAudioStreamForPlayer(playerid);
	return 1;
	}
	if (strcmp("/playmusic", cmdtext, true) == 0)
    {
    PlayAudioStreamForPlayer(playerid, "http://stream.akaver.com/player/energyfm_html5.php");
    return 1;
    }
Reply
#2

Music file should be .mp3 or .pls!

Quote:
Originally Posted by SA-MP Wikipedia
Play an 'audio stream' for a player. Normal audio files also work (e.g. MP3).
Reply
#3

any good radio stations for like Energy Fm how i can make it .mp3 or somethin ? and then add
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)