mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-13 03:33:34 +00:00
Update
This commit is contained in:
parent
5523d16317
commit
d8469115d9
2 changed files with 8 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ $Host::EnableNetTourneyClient = 0; //Enable or Disable Tourney Net Client ch
|
|||
$Host::EnableNoBaseRapeNotify = 1; //Get a base rape notification
|
||||
$Host::EnableTeamBalanceNotify = 1; //Get a teambalance notification
|
||||
$Host::EnableTurretPlayerCount = 10; //How many to enable turrets
|
||||
$Host::EnableVoteSound = 1; //If you want a sound chime during voting
|
||||
$Host::EnableVoteSoundReminders = 3; //If you want a sound chime during voting, number of times
|
||||
$Host::AntiCloakEnable = 1; //Enable or disable AntiCloak
|
||||
$Host::AntiCloakPlayerCount = 6; //How many to enable Cloak
|
||||
$Host::PUGautoPassword = 0; //Auto enable a password in tournament mode
|
||||
|
|
@ -153,6 +153,7 @@ $Host::LoadScreenMOTD1 = "Blaster is here to stay!"; //MOTD or Events Lin
|
|||
$Host::LoadScreenMOTD2 = "Come play Arena on Wednesday Nights!"; //MOTD or Events Line 2 Message (Debrief LoadScreen Only)
|
||||
$Host::LoadScreenMOTD3 = "Lak crowd early evenings after work during the week."; //MOTD or Events Line 3 Message (Debrief LoadScreen Only)
|
||||
$Host::LoadScreenMOTD4 = "Big CTF games Fridays, Saturdays, and Sundays!"; //MOTD or Events Line 4 Message (Debrief LoadScreen Only)
|
||||
$Host::ClassicBanlist = "prefs/banlist.cs";
|
||||
$Host::ClassicAdminLog = 1;
|
||||
$Host::ClassicAdminLogPath = "logs/Admin/log.txt";
|
||||
$Host::ClassicConnectLog = 1;
|
||||
|
|
@ -164,6 +165,8 @@ $Host::ClassicRotationCustom = 1;
|
|||
$Host::ClassicRotationFile = "prefs/mapRotation.cs";
|
||||
$Host::ClassicEvoStats = 1;
|
||||
$Host::ClassicStatsType = 2;
|
||||
$Host::ClassicViralBanning = 1;
|
||||
$Host::ClassicWhitelist = "prefs/whitelist.cs";
|
||||
$Host::ClassicSuppressTraversalRootError = 1;
|
||||
$Host::ServerRules1 = "\c2if\c4(\c3%client.fun == \c5true \c4&& \c3%client.Llama_Grabs \c4< \c51\c4)";
|
||||
$Host::ServerRules2 = " \c1Be_Courteous\c4(\c2%client, %game\c4);";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue