SA-MP Forums Archive
Server Closed The Connection? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server Closed The Connection? (/showthread.php?tid=160303)



Server Closed The Connection? - RichyB - 16.07.2010

Hey, I was just wondering, is there a way I can remove the Server Closed The Connection Message?
Like is there any way? Can I remove something in an Include File? or can I make the player Lag for a bit, so the server doesn't display the text?


Re: Server Closed The Connection? - armyoftwo - 16.07.2010

Maybe try sending empty chat messages.


Re: Server Closed The Connection? - [HiC]TheKiller - 16.07.2010

Not possible.


Re: Server Closed The Connection? - KJ1 - 16.07.2010

not really , you can't becuase this isn't from you , this is from sa-mp


Re: Server Closed The Connection? - RichyB - 16.07.2010

Ive seen someone do this, they changed something and it never shown.

I would be driving around and see people run into walls and won't stop, I couldn't type nothing.
It was like the server was being Ddos'ed but it wasn't, all you had to type was /remove [playerid] and it would do it to them.


Re: Server Closed The Connection? - felipex - 16.07.2010

I put it on my
Code:
OnGameModeExit()
{
return SendClientMessageToAll(COR_BRANCO, "----*****Servidor Offline ou REBOOTANDO------***** ");
}
made show this message, and after it "server closed connection", just that avaiable to do I think