18.02.2013, 18:56
You would just play the audio stream to the player and not to a position
Parameters:
So you would just use:
As easy as that.
Parameters:
pawn Код:
(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0)
pawn Код:
PlayAudioStreamForPlayer(playerid, URL, 0, 0, 0, 0, 0);