Any way to disable thsi connected MSG? - 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: Any way to disable thsi connected MSG? (
/showthread.php?tid=530596)
Any way to disable thsi connected MSG? -
UserName31 - 08.08.2014
hey is there any way to hide this from server?
Re: Any way to disable thsi connected MSG? -
ViniBorn - 08.08.2014
You can use SendClientMessage to hide.
Ex:
pawn Код:
//OnPlayerConnect
for(new v; v < 20; v++)
SendClientMessage(playerid, -1, " ");