My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
wat does it mean when ya ping is -1ms  XML
Forum Index » General discussions
Author Message
TKO

[Avatar]

Joined: 22/07/2007 00:09:25
Messages: 344
Offline

???????

OB name:TKOknockout
Class:A-
style:Jabber
Favorite boxers:HTF,LARRY,RED VIPER,AND MORE

x2 time Champion


TKOknockout-Won 471 Lost 439 Ko 463 Draw 3

Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

Ping is the time it takes for you to send or receive your packets (info/data) from/to the server.

so 13 ms, it's taking 13 millliseconds to send/receive etc. -1 means well erm, it's tripping on you as that means it's gone before it's sent

[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions


menicaha behaniclo


[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
Mikkel

[Avatar]
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline

It means that you was not able to ping the server so there's no ping. -1 means not available.

TKO

[Avatar]

Joined: 22/07/2007 00:09:25
Messages: 344
Offline

OOOOO OK THANKS DON AND MIKKEL

OB name:TKOknockout
Class:A-
style:Jabber
Favorite boxers:HTF,LARRY,RED VIPER,AND MORE

x2 time Champion


TKOknockout-Won 471 Lost 439 Ko 463 Draw 3

 
Forum Index » General discussions
Go to:   
Powered by JForum 2.1.8 © JForum Team