[HELP] PlayAudioStreamForPlayer
#1

Hey everybody Im jamax and I need help. I want to play the intro of sweet child o' mine from gnr on my login if somebody can find me the link I cant find me the link for the PLayAudioStreamForPlayer. Thanx
Reply
#2

Here
pawn Код:
//Under OnPlayerConnect
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid,"http://k003.kiwi6.com/hotlink/lnakm1b9tb/guns_n_roses_sweet_child_o_mine.mp3");
return 1;
}

//Under OnPlayerSpawn
public OnPlayerSpawn(playerid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}
Reply
#3

Thanx mate, gonna test now!
Reply
#4

Any idea how to erase that stupid sound from the back! It goes the intro of the GNR and the SAMP sount?
Reply
#5

Yes, under OnPlayerConnect there should be something like PlayerPlaySound, remove it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)