Error Login when the 24 member
#10

Okay so your server is hanging at step one, which is somewhere in the below code:
Код:
isStranged[playerid] = 0;
    PlayerInfo[playerid][Robbing] = 0;
    PlayerInfo[playerid][OwnedRobbing] = 0;  
    if(IsPlayerNPC(playerid)) return 1;
 
    g_arrQueryHandle{playerid} = random(256);
 
        PlayerInfo[playerid][pChetne] = 0;
 
    TotalConnect++;
    if(Iter_Count(Player) > MaxPlayersConnected) {
        MaxPlayersConnected = Iter_Count(Player);
        getdate(MPYear,MPMonth,MPDay);
    }
It is most likely going to be at the end in your player count, you could try removing that section of code and if players stop having problems then you know for sure that it's the issue.

In your serverconfig.ini what is MaxPlayersConnected set as, is it 23?

Can you show us the code where you define MaxPlayersConnected.
Reply


Messages In This Thread
Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 10:58
Re: Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 11:00
Re: Error Login when the 24 member - by MEW273 - 10.12.2017, 11:13
Re: Error Login when the 24 member - by ducmcmca1 - 10.12.2017, 11:17
Re: Error Login when the 24 member - by MEW273 - 10.12.2017, 11:54
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 10:53
Re: Error Login when the 24 member - by izeatfishz - 11.12.2017, 11:01
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 11:27
Re: Error Login when the 24 member - by ducmcmca1 - 11.12.2017, 11:31
Re: Error Login when the 24 member - by MEW273 - 11.12.2017, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)