server crashes with more than 4 players on
#1

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.
Reply
#2

Try the profiler plugin and crashdetect. Also, do you have a lot of code on OnPlayerUpdate?
Reply
#3

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
Reply
#4

Are you running on home-host?
Reply
#5

Quote:
Originally Posted by BenJackster
Посмотреть сообщение
Are you running on home-host?
nope, it's a hosted server with 30 slots
Reply
#6

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)