advertise ChaChaV6 version in console & menu
This commit is contained in:
@@ -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." );
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user