Question
#1

Hello,

is it possible to get music in a custom interior liek if you create a custum bar you can hear some music in it from a radio station...

Thnxs for anny help and comment's
Reply
#2

pawn Код:
if (strcmp("/radio in my pos", 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;
    }
just change it a bit and will work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)