+ Begin work on wave null
+ Added idle server restart
+ Fixed log spam of server trying to stop invalid sounds
+ Begin work on modified morecolors system
This commit is contained in:
2025-08-22 23:11:53 -04:00
parent 6778d13c85
commit ceea9f0a9e
6 changed files with 711 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
#include <sourcemod>
#include <sdktools>
#include <morecolors>
#include <tf2_stocks>
#include <fartsy/newcolors>
#include <fartsy/fastfire2>
#include <fartsy/ass_enhancer>
#include <fartsy/ass_helper>
@@ -18,8 +18,7 @@
#include <fartsy/ass_commands>
#include <fartsy/ass_events>
#include <fartsy/ass_sudo>
#include <fartsy/ass_serverutils.inc>
#include <fartsy/ass_serverutils>
#pragma newdecls required
#pragma semicolon 1
@@ -44,7 +43,7 @@ public void OnFastFire2Ready(){
if (core.gamemode == 0) SetupCoreData();
UpdateAllHealers();
CreateTimer(1.0, UpdateMedicHealing);
CPrintToChatAll("{darkred}Plugin Reloaded. If you do not hear music, please do !sounds and configure your preferences.");
CPrintToChatAll("{fartsyred}Plugin Reloaded. If you do not hear music, please do !sounds and configure your preferences.");
cvarSNDDefault = CreateConVar("sm_fartsysass_sound", "3", "Default sound for new users, 3 = Everything, 2 = Sounds Only, 1 = Music Only, 0 = Nothing");
AssLogger(LOGLVL_INFO, "####### STARTUP COMPLETE (v%s) #######", PLUGIN_VERSION);
CreateTimer(15.0, StatsTracker);