22.05.2014, 12:52
You can put your own custom link in an audio stream using this function:
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Or use one of the sound ID's that SA-MP provided. (GTA sounds)
https://sampwiki.blast.hk/wiki/SoundID
pawn Код:
PlayAudioStreamForPlayer(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0)
Or use one of the sound ID's that SA-MP provided. (GTA sounds)
pawn Код:
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z)

