08.07.2015, 11:26
Use
In order to play for all players, use a loop.
If you are willing to use a gta sound, use
Sound IDs: https://sampwiki.blast.hk/wiki/SoundID
I hope I helped any feedback is appreciated
pawn Код:
PlayAudioStreamForPlayer(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0);
If you are willing to use a gta sound, use
pawn Код:
PlayerPlaySound(playerid, soundid, Float:x, Float:y, Float:z);
I hope I helped any feedback is appreciated