How to play audio? - 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: How to play audio? (
/showthread.php?tid=502410)
How to play audio? -
RazRLightning - 23.03.2014
Hello everyone,
I am RazRLightning and I have my own server, and I script my server by my self.
I just want to ask that how to play a song at the log in screen, like when a player joins and he logins to his account and selects a skin, i want to play a song. I want to play GTA 5 theme song.
Please help me, reply quick.
Thanks.
Re: How to play audio? -
MP2 - 23.03.2014
https://www.******.co.uk/search?q=samp+play+sound
Re: How to play audio? -
RazRLightning - 23.03.2014
That ddn't help me, please just tell me what to write on script.
I want the audio to run automatically when player joins, and automatically turn off when he spawns.
Help me with that
Re: How to play audio? -
Dredd - 23.03.2014
PlayAudioStreamForPlayer
Re: How to play audio? -
RazRLightning - 23.03.2014
If I use this command, will the audio run without typing any command?
I want it to run it automatically, I saw this in other servers!
Please give me an example here at SA-MP Forums.
Use [PAWN CODE]
AW: How to play audio? -
Macronix - 23.03.2014
Then you just put it under OnPlayerConnect
Re: How to play audio? -
Aerotactics - 24.03.2014
pawn Код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid,"url of song");
return 1;
}
public OnPlayerSpawn(playerid)
{
StopAudioStreamForPlayer(playerid);
}
Re: How to play audio? -
RazRLightning - 24.03.2014
Quote:
Originally Posted by Aerotactics
pawn Код:
public OnPlayerConnect(playerid) { PlayAudioStreamForPlayer(playerid,"url of song"); return 1; }
public OnPlayerSpawn(playerid) { StopAudioStreamForPlayer(playerid); }
|
Thanks you really helped me a lot today!
Re: How to play audio? -
RazRLightning - 24.03.2014
Can I also put ******* URL?
I wanna put this song -
https://www.youtube.com/watch?v=RubBzkZzpUA
Re: How to play audio? - Guest4390857394857 - 24.03.2014
Quote:
Originally Posted by RazRLightning
|
no you can't ...
you can only put the links that end with .mp3 or .pls !!!
Try to get download links!