Hello, is it possible to display a button on the user's screen after a certain ping? I have it on the TC cruise server. When I looked at my own c# implementation, I found a code like this:
<?php
if (TINY.SubT == TinyType.TINY_PING)
{
this.MsgAll("Ping Warning!");
}
?>