Disconnected players
#1

Hi'.
I've a weeeeird bug or glitch. Everyone on the server see others players like disconnected. I mean we see the small hourglass. Happens with everybody. Plus, the script is working fine. I can headshoot peolple, talk in admin chat with them etc...
On this screen there is not the small hourglass but the player don't moove on my screen.
http://www.noelshack.com/2016-48-148...-sa-mp-339.png
Reply
#2

Where's the server hosted?
Reply
#3

ultra-host.
Reply
#4

Probably a script related-error, check your OnPlayerUpdate. If there's nothing wrong with anything in that callback, try to see if it does the same on another host.
Reply
#5

Na, my script is "clear".
PHP Code:
public OnPlayerUpdate(playerid)
{
    if(
NetStats_PacketLossPercent(playerid) > && !Lagger{playerid} && GetPlayerPing(playerid) < 100000)
    {
        
SendMessageToAdmins(RED"Admin: "WHITE_U"Le joueur %s semble lagger beaucoup trop et peut ГЄtre dйsynchronisй par rapport au serveur!"GetName(playeridtrue));
        
SendMessageToAdmins(RED"Admin: "WHITE_U"%s semble avoir un ping de %i ms et un nombre de packets perdus important (%0.2f)"GetName(playeridtrue), GetPlayerPing(playerid), NetStats_PacketLossPercent(playerid));
        
Lagger{playerid} = true;
    }

    
AFKDetect[playerid] = gettime();
    return 
1;

I should try an another host?
Reply
#6

Yeah, give it a shot. You never know.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)