View Single Post
04-23-09, 11:13 PM   #8
Exawatt
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Feb 2009
Posts: 36
Couldn't you use GetNetStats() to estimate how long it'll take maximum for the server to let you know the player isn't online?

Code:
_, _, latency = GetNetStats()
then wait about (latency) milliseconds for a server response?
  Reply With Quote