Adding Music to the login screen
#5

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
You can upload your music to dropbox.
So you use it like this
Код:
 
public OnPlayerConnect(playerid)
{
   PlayAudioStreamForPlayer(playerid, "link from dropbox");
    return 1;
}
// and on spawn..

public OnPlayerSpawn(playerid)
{
   StopAudioStreamForPlayer(playerid); 
   return 1;
}
Reply


Messages In This Thread
Adding Music to the login screen - by TheARESguy - 13.07.2016, 15:34
Re: Adding Music to the login screen - by luke49 - 13.07.2016, 15:41
Re: Adding Music to the login screen - by TheARESguy - 13.07.2016, 15:49
Re: Adding Music to the login screen - by NaS - 13.07.2016, 16:12
Re: Adding Music to the login screen - by Iqba - 13.07.2016, 17:11
Re: Adding Music to the login screen - by TheARESguy - 13.07.2016, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)