advertise ChaChaV6 version in console & menu

This commit is contained in:
cclecle
2023-06-25 11:17:53 +01:00
parent 6defd221dc
commit a11be8e33d
3 changed files with 7 additions and 4 deletions

View File

@@ -21,6 +21,8 @@
// SmartCTF ChaChaV5 by chacha. 2023:
// - Add LudicrousKill & HolyShit Msg / Sounds
// - Fix accessed none KillInTheAir
// SmartCTF ChaChaV6 by chacha. 2023:
// - Recompile without SmartCTF_4E aside
//
//
// This mod changes the point system and adds features to ultimately promote Teamwork in CTF.
@@ -1897,7 +1899,8 @@ function Mutate( string MutateString, PlayerPawn Sender )
}
else
{
Sender.ClientMessage( "SmartCTF by {PiN}Kev_HH. 4C by {DnF2}SiNiSTeR. 4D by [es]Rush. 4E by adminthis & The_Cowboy & Sp0ngeb0b!");
Sender.ClientMessage( "SmartCTF - ChaCha Fork V6");
Sender.ClientMessage( "Originally by: {PiN}Kev_HH. 4C by {DnF2}SiNiSTeR. 4D by [es]Rush. 4E by adminthis & The_Cowboy & Sp0ngeb0b.!");
Sender.ClientMessage( "- To toggle stats, bind a key or type in console: 'Mutate SmartCTF Stats'" );
Sender.ClientMessage( "- Type 'Mutate CTFInfo' for SmartCTF settings." );
Sender.ClientMessage( "- Type 'Mutate SmartCTF Rules' for new point system definition." );

View File

@@ -992,7 +992,7 @@ defaultproperties
SepText=" / "
MoreText="More..."
HeaderText=""
HeaderText2="[ SmartCTF 4E | {PiN}Kev | {DnF2}SiNiSTeR | [es]Rush | adminthis & The_Cowboy & Sp0ngeb0b ]"
HeaderText2="[ SmartCTF ChaChaV6 ]"
LastSortTime=0
MaxMeterWidth=0
ColorChangeSpeed=0

View File

@@ -1,2 +1,2 @@
del %~dp0\..\System\SmartCTF_ChaChaV5.u
%~dp0\..\System\ucc.exe make SmartCTF_ChaChaV5
del %~dp0\..\System\SmartCTF_ChaChaV6.u
%~dp0\..\System\ucc.exe make SmartCTF_ChaChaV6