14.08.2012, 12:23
Код:
foreach(Player, i) { PlayAudioStreamForPlayer(playerid,"http://k003.kiwi6.com/hotlink/5hg5uq0p9u/mange_makers_mange_bjuder_official_video.mp3",x,y,z,distance,1); }
Changed your code with this:
Код:
foreach(Player, i) { PlayAudioStreamForPlayer(i,"http://k003.kiwi6.com/hotlink/5hg5uq0p9u/mange_makers_mange_bjuder_official_video.mp3",x,y,z,distance,1); }
![Wink](images/smilies/wink.png)