mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-09 21:24:32 +00:00
Annotations update
This commit is contained in:
parent
3c4bb7ac87
commit
ac20f70b98
9 changed files with 87 additions and 56 deletions
|
|
@ -1,12 +1,14 @@
|
|||
//Timed Server reset
|
||||
//Reset Server after a certain time
|
||||
// Timed Server Reset Script
|
||||
//
|
||||
//Time in Minutes
|
||||
// Reset Server after a certain time
|
||||
// after the last client leaves
|
||||
//
|
||||
// Time in Minutes
|
||||
// $Host::EmptyServerResetTime = 120;
|
||||
//To control whether the server auto resets when empty
|
||||
// To control whether the server auto resets when empty
|
||||
// $Host::EmptyServerReset = 1;
|
||||
|
||||
//Changed in evo Server.ovl
|
||||
// Changed in evo Server.ovl
|
||||
//
|
||||
//function GameConnection::onDrop(%client, %reason)
|
||||
//{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue