1 (edited by the_pro 2010-09-06 03:21:27)

Topic: What does the redly marked number mean?

http://img13.imageshack.us/img13/4277/screenshot0029o.png

So first of all, hi big_smile

My question is what the redly marked number means.
I know that the number on it's left show's my actual ping.
But what does the 2.00 mean???
I'm sure it has something to do with my internet.

2

Re: What does the redly marked number mean?

For such an experienced programmer as you, it should be easy to look in the code what this printed.

str_format(buffer, sizeof(buffer), "pred: %d ms  %3.2f", 
     (int)((st_get(&predicted_time, now)-st_get(&game_time, now))*1000/(float)time_freq()),
     predicted_time.adjustspeed[1]);

ec_client, around line 795 - in the 0.52 code

Not Luck, Just Magic.

3

Re: What does the redly marked number mean?

I dont know anything about programming... would anyone explain me???

4

Re: What does the redly marked number mean?

ty