01.07.2014, 16:29
Hello I have this code on my server to play a sound in a player and this plays to 30 meters on range players, but don't play nothing.
Please Help + REP
pawn Код:
new Float:px, Float:py, Float:pz;
GetPlayerPos(playerid, px, py, pz);
PlayAudioStreamForPlayer(playerid, "http://deadzonerp.tk/sonidos/sierra.mp3", px, py, pz, 30.00, 1);