Author Topic: Show clients' latency in player list  (Read 671 times)

This would be helpful for server administrators.


it shows it in the listclients();
but yes, this would be useful

talk('findclientbyname("NAME").getping()');

Console command for it.
« Last Edit: February 26, 2011, 10:50:46 AM by JamestheLeet »

useful
i take it as there's no clientsided way to do this, only serversided?

This should have been incorporated into the game years ago.

Tom

Torque networking is design so if one player has a high ping the game should still run fine for everyone else. It's a common misassumption that someone with a high ping will make a hole server lag.

Do want, but
Torque networking is design so if one player has a high ping the game should still run fine for everyone else. It's a common misassumption that someone with a high ping will make a hole server lag.
good point.

It would let you know just who and how many players suffer from bad latency while in your server.

It would let you know just who and how many players suffer from bad latency while in your server.
Exactly,so you should know if almost everyone else is lagging,you should disable some stuff or close other stuff.