server crashes with more than 4 players on - 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: server crashes with more than 4 players on (
/showthread.php?tid=515651)
server crashes with more than 4 players on -
uTorrent - 27.05.2014
I did my gamemode from scratch ... and I made a recording system in y_ini. I upped the gameplay, and I noticed that every time you exceed the 4 player, the server freezes, denying access to any other player, and crash doing all those who are inside.
Re: server crashes with more than 4 players on -
PrivatioBoni - 27.05.2014
Try the profiler plugin and crashdetect. Also, do you have a lot of code on OnPlayerUpdate?
Re: server crashes with more than 4 players on -
uTorrent - 27.05.2014
Quote:
Originally Posted by PrivatioBoni
Try the profiler plugin and crashdetect. Also, do you have a lot of code on OnPlayerUpdate?
|
lol no
PHP код:
public OnPlayerUpdate(playerid)
{
return 1;
}
I will try to put these two plugins ... the problem is that in the server logs, nothing appears strange.. simply informs me that the player was kicked off for not to be logged-in within five minutes
Re: server crashes with more than 4 players on -
Parallex - 27.05.2014
Are you running on home-host?
Re: server crashes with more than 4 players on -
uTorrent - 27.05.2014
Quote:
Originally Posted by BenJackster
Are you running on home-host?
|
nope, it's a hosted server with 30 slots
Re: server crashes with more than 4 players on -
Face9000 - 27.05.2014
Quote:
Originally Posted by uTorrent
lol no
PHP код:
public OnPlayerUpdate(playerid)
{
return 1;
}
I will try to put these two plugins ... the problem is that in the server logs, nothing appears strange.. simply informs me that the player was kicked off for not to be logged-in within five minutes
|
Check your anti-afk system then.