Any chance to have it display the home and world latency as an option?
I made a change to the label function to get this to show. If you like it, would you think about adding it?
local function func() CTimerAfter(10, func) local _, _, home, world = GetNetStats() local rate = format("%.0f | %.0f ", home, world) obj.text = rate..lbl obj.value = rate end
Well, I've just installed and I can't see any new window in my screen. How this plugin works? Is the a comand line to enable/disable it?
Thanks
Any chance to have it display the home and world latency as an option?
I made a change to the label function to get this to show. If you like it, would you think about adding it?
local function func()
CTimerAfter(10, func)
local _, _, home, world = GetNetStats()
local rate = format("%.0f | %.0f ", home, world)
obj.text = rate..lbl
obj.value = rate
end