How to place music in specific area?
#7

pawn Code:
if (strcmp("/radiopos", cmdtext, true) == 0)
    {
        new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
        GetPlayerPos(playerid, X, Y, Z);
    PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
    return 1;
    }
Reply


Messages In This Thread
How to place music in specific area? - by davidstyle1125 - 17.11.2014, 13:02
Re: How to place music in specific area? - by RajatPawar - 17.11.2014, 13:03
Re: How to place music in specific area? - by OsteeN - 17.11.2014, 13:03
Re: How to place music in specific area? - by HY - 17.11.2014, 13:53
Re: How to place music in specific area? - by OsteeN - 17.11.2014, 15:28
Re: How to place music in specific area? - by DavidBilla - 17.11.2014, 15:31
Re: How to place music in specific area? - by Cheesus - 17.11.2014, 15:33
Re: How to place music in specific area? - by HY - 17.11.2014, 15:33
Re: How to place music in specific area? - by Vince - 17.11.2014, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)