Posts: 25 Joined: Fri Feb 22 2008, 01:20PM Registered Member #3734
Oh I see, you want to see individual player's pings, I was wanting ping to the server listed.
I added the player score to my display and it comes really close to breaking the 160px width I have set, however player ping would be nice for fps games especially.
All the player information can be added to the zone, but you are going to have width problems.
Where it says {$player['name']} add {$player['ping']} or {$player['score']} or {$player['deaths']} etc.
Remember each game returns different information, so for some games you may not have a ping field.
As for the server ping, its pointless as people want to know their ping, not the ping from the webserver to gameserver, which could be in different countries.