Posts: 3,351
Threads: 780
Joined: Jan 2010
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?
Posts: 1,266
Threads: 6
Joined: Oct 2014
Make them reconnect / connect again when every mission change
Posts: 519
Threads: 21
Joined: Nov 2012
Reputation:
0
Keeping bots connected to IRC while gmxing and changing gamemodes will most likely fuck up so it's best you disconnect and reconnect
Posts: 3,351
Threads: 780
Joined: Jan 2010
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.
Posts: 807
Threads: 62
Joined: Dec 2014
Reputation:
0
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
Posts: 3,351
Threads: 780
Joined: Jan 2010
I did once, i forgot how. Is possible to not make disconnect bots, but i forgot how..
Posts: 3,351
Threads: 780
Joined: Jan 2010
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Face9000
I fixed.
|
can you tell us how you fixed it?