• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

is there a way to hide ping value on the ingame players list menu?

Edward01

New member
Is there a way to hide the ping info  in the game player list menu by xml ui parameters ?

I believe it can be but couldnt find the parameter in the xml files any way to hide this information?

 
try to do it in XUi/controls.xml, find 

<players_entry>

line:

 <label depth="1" name="pingText" pos="0,-15" height="38" text="--" font_size="26" justify="center" pivot="left" />

 
Back
Top