SA-MP Forums Archive
How to Hide connecting IP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to Hide connecting IP (/showthread.php?tid=536365)



How to Hide connecting IP - Borntobie - 09.09.2014

pls ... help me ...
how to hide ip from the server to the server



Re: How to Hide connecting IP - iAnonymous - 09.09.2014

2 words answer.

You Can't


Re: How to Hide connecting IP - TheRox - 09.09.2014

What's the purpose of hidding it?


Re : How to Hide connecting IP - streetpeace - 09.09.2014

Clear your chat by sending a lot of empty messages.
Example :
pawn Код:
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
SendClientMessage(playerid, -1, "");
Like this.