Author |
Message |
13/08/2007 01:29:15
|
TKO
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
|
|
|
13/08/2007 07:37:29
|
Donny_king
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] |
|
|
13/08/2007 09:28:32
|
Mikkel
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.
|
|
|
|
13/08/2007 13:46:34
|
TKO
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
|
|
|
|