12.03.2013, 08:54
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Replace x, y, z with the respective coordinates of Jizzy's Pleasure Domes, and the stream will play for that area for a distance of 30 units.
@pds Way to edit your post after someone posts the right answer...
pawn Код:
public OnPlayerSpawn(playerid)
{
PlayAudioStreamForPlayer(playerid, url[], x, y, z, 30.0, 1);
return 1;
}
@pds Way to edit your post after someone posts the right answer...