Made LCTF Gamemode

This commit is contained in:
ChocoTaco 2025-01-11 16:48:01 -05:00
parent 90bb6175dc
commit 0c3e7c9892
7 changed files with 2705 additions and 80 deletions

View file

@ -114,6 +114,7 @@ $Host::LakRabbitPubPro = 0;
$Host::LakRabbitShowFlagIcon = 1;
$Host::LakRabbitShowFlagTask = 0;
$Host::LakRabbitUnlimitedDJ = 1;
$Host::LCTFProMode = 0;
$Host::LoadingScreenUseDebrief = 1;
$Host::LoadScreenColor1 = "05edad";
$Host::LoadScreenColor2 = "29DEE7";
@ -158,7 +159,6 @@ $Host::PUGautoPassword = 0;
$Host::PUGPassword = "pickup";
$Host::PUGpasswordAlwaysOn = 0;
$Host::PureServer = 0;
$Host::SCtFProMode = 0;
$Host::ServerRules1 = "\c2if\c4(\c3%client.attitude \c4$= \c5\"fun\" \c4&& \c3%client.Llama_Grabs \c4< \c51\c4) {";
$Host::ServerRules2 = " \c1keepTeamsBalanced\c4(\c2%client\c4); \c1dontSwitch2WinningTeam(\c2%client\c4); }";
$Host::ServerRules3 = "\c2else if\c4(\c3%client.attitude \c4$= \c5\"too_serious\"\c4) {";