Posts: 35
Threads: 11
Joined: Apr 2013
Reputation:
0
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.
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
Try the profiler plugin and crashdetect. Also, do you have a lot of code on OnPlayerUpdate?
Posts: 556
Threads: 17
Joined: Mar 2014
Reputation:
0
Are you running on home-host?
Posts: 3,351
Threads: 780
Joined: Jan 2010
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.