Green music - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Green music (
/showthread.php?tid=544055)
Green music -
DeathMatchEnFrancais - 30.10.2014
Hi all sorry if I have many questions but how do
I put music in my server its working well it's good but the cat can see the green link music and how I do not want to hide it without deleting the entire cat?
Re: Green music -
Aerotactics - 30.10.2014
Easiest way to do it is to clear chat:
pawn Код:
for(new i=0; i<15; i++)
{
SendClientMessage(playerid, -1, "");
}
Re : Green music -
DeathMatchEnFrancais - 30.10.2014
Not without deleting the cat
Re: Green music -
Fj0rtizFredde - 30.10.2014
Type /audiomsg or use "audiomsgoff 1" in your sa-mp.cfg file.
Re: Green music -
DeathMatchEnFrancais - 30.10.2014
Thanks you
Re: Green music -
quagga - 30.10.2014
Quote:
Originally Posted by Fj0rtizFredde
Type /audiomsg or use "audiomsgoff 1" in your sa-mp.cfg file. 
|
OP: Just keep in mind this is a client-side setting. Unless all of your players set their client to do the same, they will still see the message. (This may or may not be relevant to you, but I figured I would point it out)