Ways to get player's ping?
I would like to get player's ping from a thread that is already reading it, for example - scoreboard ping, or even better if some other thread gets ping from players more often... Is there a way if get_user_ping doesn't work this way?
Sry if I misused some of the terms - bad translation :D Thx in advance ;) |
Re: Ways to get player's ping?
post the code you are using.
You can use get_user_ping like this: Code:
new ping, loss |
Re: Ways to get player's ping?
No, you didn't understand the point... I know how to do it with get_user_ping, that's easy...
I'm interested in way get_user_ping function is getting the ping... and second, I'm interested in any other way like getting ping from scoreboard or any other thread that is constantly getting player ping... |
Re: Ways to get player's ping?
You can try:
Code:
new userping[33]Code:
|
Re: Ways to get player's ping?
he knows that get_user_ping gets the user's ping DUH he wants the backing code that the function get_user_ping is created with see:
Quote:
|
Re: Ways to get player's ping?
Yap, Rolnaaba is right... Module coding? OK, I'll try there... Thx
Thx for effort dutchmeat... What about scoreboard player ping or any other thread that is already getting the ping? |
Re: Ways to get player's ping?
scoreboard player ping is hardcoded into game I dunno how but if you can disect game source code go for it :D
|
| All times are GMT -4. The time now is 07:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.