How to hide the list of players in the samp client - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: How to hide the list of players in the samp client (
/showthread.php?tid=642015)
How to hide the list of players in the samp client -
Knife015 - 23.09.2017
How do I prevent my server from displaying the number of players connected to the client? I've seen servers with 1-20 connected users but I do not see the names or the score in the client user table
Re: How to hide the list of players in the samp client -
Spmn - 23.09.2017
1) patch samp03svr -> disable player reporting
or
2) add a firewall rule to block responding to 'c' and 'd' query packets
Re: How to hide the list of players in the samp client -
Knife015 - 23.09.2017
As I do to block them, I use Linux or as blocking them from the samp03svr
Re: How to hide the list of players in the samp client -
dotSILENT - 24.09.2017
https://sampforum.blast.hk/showthread.php?tid=513499
native TogglePlayerInServerQuery(playerid, bool:toggle);