AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   get_user_latency(id) (https://forums.alliedmods.net/showthread.php?t=107643)

Empowers 10-28-2009 15:19

get_user_latency(id)
 
How to get user latency.
(NOT THE PING!!)

ConnorMcLeod 10-28-2009 15:20

Re: get_user_latency(id)
 
What is the difference between ping and latency ?

Jon 10-28-2009 15:22

Re: get_user_latency(id)
 
There is none.

xPaw 10-28-2009 15:22

Re: get_user_latency(id)
 
Quote:

Originally Posted by ConnorMcLeod (Post 974548)
What is the difference between ping and latency ?

Actually latency is the ping. fail

Nextra 10-28-2009 15:51

Re: get_user_latency(id)
 
http://www.bluesnews.com/articles/latency_vs_ping.shtml

xbatista 10-28-2009 16:01

Re: get_user_latency(id)
 
Quote:

Originally Posted by Nextra (Post 974568)

You all fail :P
Btw, translate those words to your language

Empowers 10-28-2009 16:58

Re: get_user_latency(id)
 
Quote:

Originally Posted by ConnorMcLeod (Post 974548)
is the difference between ping and latency ?

Yes ofcource. Just try to get_user_ping of someone and compare it with latency on scoreboard. That would be two diffirend values.

Jon 10-28-2009 17:11

Re: get_user_latency(id)
 
The term ping is just misunderstood by many (including me). I use both words for the latency players have on scoreboard.

ConnorMcLeod 10-28-2009 18:01

Re: get_user_latency(id)
 
Try to register a command in plugin_init, use client_cmd to send this command and store the gametime, then in the callback check the current gametime, could give you some idea about latency.

Empowers 10-30-2009 09:29

Re: get_user_latency(id)
 
Quote:

Originally Posted by ConnorMcLeod (Post 974686)
Try to register a command in plugin_init, use client_cmd to send this command and store the gametime, then in the callback check the current gametime, could give you some idea about latency.

I don't understand how gametime helps to get latency


All times are GMT -4. The time now is 17:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.