How would one run an .mp3 with PlayAudioStreamForPlayer?
#2

Код:
public OnPlayerConnect(playerid)
{
	PlayAudioStreamForPlayer(playerid,"URL.mp3 "); // plays the music when player connects
	return 1; // returns true. 
}
Код:
CMD:stopstream(playerid, params[])
{
    StopAudioStreamForPlayer(playerid); //Stops the music , just in case. 
    return 1; // returns true. 
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)