27.05.2014, 03:42
hello everyone , how do i add music intro for my server?
Thanks !
Thanks !
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*
public OnPlayerConnect(playerid)
{
PlayerPlaySound(playerid, 1183, 0, 0, 0);
return 1;
}
public OnPlayerSpawn(playerid)
{
PlayerPlaySound(playerid, 1188, 0, 0, 0);
return 1;
}
PlayAudioStreamForPlayer(playerid,"url link"); //The link must contain .mp3 at the end
StopAudioStreamForPlayer(playerid);