09.06.2016, 00:39
So guys I wanted to add an audio stream for a player when he connects but it doesn't play anything idk why..
I uploaded a song to this link under but it won't play..
Here is the code:
Can anyone help me? Thx
I uploaded a song to this link under but it won't play..
Here is the code:
Код:
public OnPlayerConnect(playerid) { PlayAudioStreamForPlayer(playerid, "http://picosong.com/ZJHk"); return 1; }