SA-MP Forums Archive
Music in interiors - 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: Music in interiors (/showthread.php?tid=320709)



Music in interiors - Just rp - 24.02.2012

I dont know if this is the right section for this question.
but whas wondering if one off you guys know how i can play a music stream in a interior
that i typ /enter and spawn in a interior and than hear the music station

Thanks

-Justin


Re: Music in interiors - Kaperstone - 24.02.2012

put in your /enter command this: (edit that line v v v)
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
PlayAudioStreamForPlayer(playerid, url[],x,y,z, Float:distance = 50.0, usepos = 0)
Wiki SAMP


Re: Music in interiors - Just rp - 24.02.2012

More help ??
Please


Re: Music in interiors - Just rp - 24.02.2012

Can you BUMP this post ?