Music on server
#1

how to turn on a music ( url : http: __.mp3 ) when enter the door .
just in door can listen to music , else when use /exit , music auto off

Help me Problem .

i tried with PlayAudioStreamForPlayer , but I can't do it .
Reply
#2

Hello,
You might find useful this tutorial by spd_sahil:
https://sampforum.blast.hk/showthread.php?tid=332729
Reply
#3

thank you so much
Reply
#4

PlayAudioStreamForPlayer(playerid, url[], Float:posX, Float:posY, Float:posZ , Float:distance, usepos)
Reply
#5

Use kiwi6.com to upload your music and then just paste the link down here:

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    PlayAudioStreamForPlayer(playerid, "http//:kiwi6.com/yoursongurl");
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)