- Move some functions to their respective include files
+ Added stats tracker to display server metrics IN MAP
+ Add nodejs script for getting system stats into mysql server
This commit is contained in:
2025-07-23 04:16:45 -04:00
parent fe4e5fe2de
commit 110ce2f2f3
6 changed files with 117 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ enum struct AUDIOMANAGER {
this.refireBGM = BGMArray[this.indexBGM].refireTime;
this.ticksBGM = (this.tickBGMOffset ? BGMArray[this.indexBGM].ticksOffset : 0);
for (int i = 0; i < MaxClients; i++){
//if(tacobell && isClientInEvent(i)) return;// To test if client is experiencing anything odd.....
//if(core.gamemode > 0 && isClientInEvent(i)) continue;// To test if client is experiencing anything odd.....
CSEClient(i, BGMArray[this.indexBGM].realPath, BGMArray[this.indexBGM].SNDLVL, true, 1, 1.0, 100);
}
//CustomSoundEmitter(BGMArray[this.indexBGM].realPath, BGMArray[this.indexBGM].SNDLVL, true, 1, 1.0, 100);