01.05.2013, 04:34
Ok, so i understand how the PlayAudioStreamForPlayer works, when i wanna make a radio just for that player to hear. But for what i'm planning, i need it so that everyone that's in the interior would be able to hear it. Now here's my normal code for what i said. What would i have to do to make it so that everyone in the interior to hear it?
Normal scripting from my /satelite cmd
Normal scripting from my /satelite cmd
Код:
new string[128]; PlayAudioStreamForPlayer(playerid, "http://67.213.213.143:8048/"); format(string,sizeof(string),"* %s stats listning to Hard Rock Heaven on %s radio.",PlayerName(playerid), HisHer(playerid)); ProxDetector(8.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); return 1;