[Pawn] Hide Audio Stream Message? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Hide Audio Stream Message? (/showthread.php?tid=1392) |
Hide Audio Stream Message? - sneakyevil - 2020-11-29 Is there way to somehow hide this message: RE: Hide Audio Stream Message? - Freaksken - 2020-11-29 No, it's not sent by the server. The client displays this message upon receiving a request from the server to play this audio stream. RE: Hide Audio Stream Message? - sneakyevil - 2020-11-29 (2020-11-29, 04:55 PM)Freaksken Wrote: No, it's not sent by the server. The client displays this message upon receiving a request from the server to play this audio stream. Oh that's kinda disappointing anyway thanks for fast answer. RE: Hide Audio Stream Message? - Kwarde - 2020-11-29 You can't hide it server-wise indeed. However, you can use /audiomsg (I believe that's the right command) to hide those messages for yourself. RE: Hide Audio Stream Message? - sneakyevil - 2020-11-29 (2020-11-29, 05:20 PM)Kwarde Wrote: You can hide it, it's a built-in client command. I believe (but am not sure) it's /audiomsg The thing is I wanted to hide it from server-side since I'm working on dj system and I'm kinda aware it will spam chat. RE: Hide Audio Stream Message? - Y_Less - 2020-11-30 You can't, but if you set up your stream to dynamically play multiple tracks you'll only get one message. Like a radio station. |