SA-MP Forums Archive
Intro Music help ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Intro Music help ! (/showthread.php?tid=515622)



Intro Music help ! - Mach - 27.05.2014

hello everyone , how do i add music intro for my server?
Thanks !


Re: Intro Music help ! - Threshold - 27.05.2014

PlayerPlaySound

Код:
1062 *Videogame music: Go Go Space Monkey* 
1068 *Videogame music: Duality* 
1076 *Videogame music: Letґs Get Ready to Bumble*
1097 *background music* 
1183 *Driving school results music* 
1185 *Bike and boat school results Music* 
1187 *Flight school results music*
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    PlayerPlaySound(playerid, 1183, 0, 0, 0);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    PlayerPlaySound(playerid, 1188, 0, 0, 0);
    return 1;
}



Re: Intro Music help ! - Ciandlah - 27.05.2014

Or PlayAudioStreamForPlayer(playerid, URL);


Re: Intro Music help ! - Rittik - 27.05.2014

Under OnPlayerConnect
Код:
PlayAudioStreamForPlayer(playerid,"url link"); //The link must contain .mp3 at the end
Under OnPlayerSpawn
Код:
StopAudioStreamForPlayer(playerid);



Re: Intro Music help ! - Ciandlah - 27.05.2014

Quote:
Originally Posted by Rittik
Посмотреть сообщение
Under OnPlayerConnect
Код:
PlayAudioStreamForPlayer(playerid,"url link"); //The link must contain .mp3 at the end
Under OnPlayerSpawn
Код:
StopAudioStreamForPlayer(playerid);
Seriously I just posted the same post.

Don't double post.


Re: Intro Music help ! - Mach - 27.05.2014

Can you guys give me an link example? ty


Re: Intro Music help ! - Rittik - 27.05.2014

http://media.shax-dag.ru/Music/users...___59860_4.mp3

Under OnPlayerConnect

PlayAudioStreamForPlayer(playerid,"http://media.shax-dag.ru/Music/users/music___59860_4.mp3");

Under OnPlayerSpawn

StopAudioStreamForPlayer(playerid);


Re: Intro Music help ! - Mach - 27.05.2014

this was mine , and im trying to put it on my PlayAudioStreamForPlayer(playerid,"file:///C:/Users/Chronized/Desktop/Rust%20IntroOutro%20Version%201.mp3");
im really confused , its not playing


Re: Intro Music help ! - Rittik - 27.05.2014

It should be a online url link ,not the mp3 file in your PC. Try the link which i posted above


Re: Intro Music help ! - Mach - 27.05.2014

Quote:
Originally Posted by Rittik
Посмотреть сообщение
It should be a online url link ,not the mp3 file in your PC. Try the link which i posted above
Can you give me any weblink to upload this to net? i cant upload this to the link above your post , it say 403 forbidden something