SA-MP Forums Archive
How to prevent players from disconnecting/crashing on gmx? - 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: How to prevent players from disconnecting/crashing on gmx? (/showthread.php?tid=203699)



How to prevent players from disconnecting/crashing on gmx? - Nameless303 - 27.12.2010

Title says it all...
When my server GMX we lose about 15 of our 50 players...
I really need a solution for this please.
I already thought about an internal restart but it's a lot of work...

Thanks,
Alex


Re: How to prevent players from disconnecting/crashing on gmx? - Macluawn - 27.12.2010

maybee players just disconnect?


Re: How to prevent players from disconnecting/crashing on gmx? - admantis - 27.12.2010

GMX when less people are online, besides that, there's no way..


Re: How to prevent players from disconnecting/crashing on gmx? - Nameless303 - 27.12.2010

GMX is automatic so I guess I'll have to try internal restarting... ;s

Thanks anyway..


Re: How to prevent players from disconnecting/crashing on gmx? - DVDK - 27.12.2010

They just have crappy PC's, nothing for you to do about.
I never crash, and BTW in earlier versions of SA:MP it was even worse, like 90% always crashed on GMX.


Re: How to prevent players from disconnecting/crashing on gmx? - admantis - 27.12.2010

Quote:
Originally Posted by DVDK
Посмотреть сообщение
They just have crappy PC's, nothing for you to do about.
Or buy them new PCs, I would join the server then :P


Re: How to prevent players from disconnecting/crashing on gmx? - Noss* - 27.12.2010

Quote:
Originally Posted by Macluawn
Посмотреть сообщение
maybee players just disconnect?
....?


Re: How to prevent players from disconnecting/crashing on gmx? - Nameless303 - 27.12.2010

Quote:
Originally Posted by admantis
Посмотреть сообщение
Or buy them new PCs, I would join the server then :P
Lol xd


Re: How to prevent players from disconnecting/crashing on gmx? - fangoth1 - 27.12.2010

are you using this
pawn Код:
SendRconCommand("reloadfs MidoStream");
    SendRconCommand("gmx");



Re: How to prevent players from disconnecting/crashing on gmx? - Nameless303 - 28.12.2010

Quote:
Originally Posted by fangoth1
Посмотреть сообщение
are you using this
pawn Код:
SendRconCommand("reloadfs MidoStream");
    SendRconCommand("gmx");
I'm just using this;
pawn Код:
forward RestartGM();
public RestartGM()
{
    GameTextForAll("~b~Airport Wars ~w~is loading next round...", 7000, 5);
    SendRconCommand("gmx");
}
Thanks