SA-MP Forums Archive
IRC Help - 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: IRC Help (/showthread.php?tid=589524)



IRC Help - Face9000 - 20.09.2015

Hello, i'm developing a mini missions server and i placed all the missions in a separate gamemode file, the main core of the server (like ac, register, login etc) is in a filterscript.

I have a problem with IRC bots, how to make them not quit when the mission changes? (rcon gmx)..because at every mission change the bots will disconnect and reconnect...i want to stay them online even with a gmx command..How?


Re: IRC Help - jlalt - 20.09.2015

Make them reconnect / connect again when every mission change


Re: IRC Help - itsCody - 20.09.2015

Keeping bots connected to IRC while gmxing and changing gamemodes will most likely fuck up so it's best you disconnect and reconnect


Re: IRC Help - Face9000 - 20.09.2015

I need to be them remain connected, i can't disconnect and connect them every 5 minutes (this is the time of every mission) with riskin' a ban from the irc server operators and something.


Re: IRC Help - SecretBoss - 20.09.2015

GMX means that the server is restarting, so you can't avoid the bots from reconnecting, with other words when you GMX its like closing and opening the server


Re: IRC Help - Face9000 - 20.09.2015

I did once, i forgot how. Is possible to not make disconnect bots, but i forgot how..


Re: IRC Help - Face9000 - 21.09.2015

I fixed.


Re: IRC Help - jlalt - 21.09.2015

Quote:
Originally Posted by Face9000
View Post
I fixed.
can you tell us how you fixed it?