08.06.2013, 02:37
Call me crazy, but how could this work?
What I mean is that there is no variable $url given to PlayAudioStreamForPlayer, how does it know what to stream xD
PHP Code:
public function playAudioStream($url, $x = 0.0, $y = 0.0, $z = 0.0, $distance = 50.0, $usePos = false)
{
return PlayAudioStreamForPlayer($this->id, $x, $y, $z, $distance, $usePos);
}