Hello all.
I have a question. Why is the "ping" in get_user_ping(id, ping, loss) returns 0 on client_authorized() entity ?
Here is what I mean exactly:
Code:
public client_putinserver(id)
{
new ping, loss
get_user_ping(id, ping, loss)
server_print("Ping %d", ping)
}
It prints: Ping 0.
I tried to use client_connect(), client_putinserver(id)
And there is the same result.
Is there any way to hook client's ping when he is connecting (or authorized, or putinserver) ?