Home
last modified time | relevance | path

Searched refs:TTHseconds (Results 1 – 4 of 4) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/plugins/koth/
H A Dkoth.cpp100 TTHseconds = 30; in KOTH()
118 int TTHseconds; member in KOTH
363 if (koth.adjustedTime < koth.TTHseconds) in sendWarnings()
365 koth.TTHseconds = koth.TTHseconds - 10; in sendWarnings()
369 if (TimeRemaining < koth.TTHseconds) in sendWarnings()
372 …f (BZ_SERVER, BZ_ALLUSERS, "%s will be King in %i secs!", playercallsign.c_str(), koth.TTHseconds); in sendWarnings()
375 koth.TTHseconds); in sendWarnings()
377 koth.TTHseconds = koth.TTHseconds - 10; in sendWarnings()
396 koth.TTHseconds = 30; in initiatekoth()
/dports/games/bzflag/bzflag-2.4.22/plugins/koth/
H A Dkoth.cpp100 TTHseconds = 30; in KOTH()
118 int TTHseconds; member in KOTH
363 if (koth.adjustedTime < koth.TTHseconds) in sendWarnings()
365 koth.TTHseconds = koth.TTHseconds - 10; in sendWarnings()
369 if (TimeRemaining < koth.TTHseconds) in sendWarnings()
372 …f (BZ_SERVER, BZ_ALLUSERS, "%s will be King in %i secs!", playercallsign.c_str(), koth.TTHseconds); in sendWarnings()
375 koth.TTHseconds); in sendWarnings()
377 koth.TTHseconds = koth.TTHseconds - 10; in sendWarnings()
396 koth.TTHseconds = 30; in initiatekoth()
/dports/games/bzflag-server/bzflag-2.4.22/plugins/keepaway/
H A Dkeepaway.cpp116 TTHseconds = 30; in KeepAway()
141 int TTHseconds; member in KeepAway
524 if (keepaway.adjustedTime < keepaway.TTHseconds) in sendWarnings()
526 keepaway.TTHseconds = keepaway.TTHseconds - 10; in sendWarnings()
530 if (TimeRemaining < keepaway.TTHseconds && TimeRemaining >= 1) in sendWarnings()
534 keepaway.flagToKeep.c_str(), keepaway.TTHseconds); in sendWarnings()
537 keepaway.flagToKeep.c_str(), keepaway.TTHseconds); in sendWarnings()
539 keepaway.TTHseconds = keepaway.TTHseconds - 10; in sendWarnings()
611 keepaway.TTHseconds = 30; in initiatekeepaway()
/dports/games/bzflag/bzflag-2.4.22/plugins/keepaway/
H A Dkeepaway.cpp116 TTHseconds = 30; in KeepAway()
141 int TTHseconds; member in KeepAway
524 if (keepaway.adjustedTime < keepaway.TTHseconds) in sendWarnings()
526 keepaway.TTHseconds = keepaway.TTHseconds - 10; in sendWarnings()
530 if (TimeRemaining < keepaway.TTHseconds && TimeRemaining >= 1) in sendWarnings()
534 keepaway.flagToKeep.c_str(), keepaway.TTHseconds); in sendWarnings()
537 keepaway.flagToKeep.c_str(), keepaway.TTHseconds); in sendWarnings()
539 keepaway.TTHseconds = keepaway.TTHseconds - 10; in sendWarnings()
611 keepaway.TTHseconds = 30; in initiatekeepaway()