17.06.2010, 16:37
hi when my server has > 80 players all players has a higher ping what they should have.
example i must have a ping of 70 and have mostly a ping of 120. not only I have 120 ping, lot of other have exact the same ping as I. It switchts from high ping to normal ping. But when they are 30 players connect all works fine.
I have goggles debug in OnPlayerUpdate, but more not:
example i must have a ping of 70 and have mostly a ping of 120. not only I have 120 ping, lot of other have exact the same ping as I. It switchts from high ping to normal ping. But when they are 30 players connect all works fine.
I have goggles debug in OnPlayerUpdate, but more not:
Код:
public OnPlayerUpdate(playerid) { //Goggles debug switch(GetPlayerWeapon(playerid)) { case 44, 45: { new keys, ud, lr; GetPlayerKeys(playerid, keys, ud, lr); if((keys & KEY_FIRE) && (!IsPlayerInAnyVehicle(playerid))) { return 0; } } } return 1; }