- 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

@@ -386,7 +386,9 @@ enum struct BOSSHANDLER {
}
}
BOSSHANDLER BossHandler;
BOSSHANDLER Get_Boss_Handler() {
return BossHandler;
}
//Player specific async tick process
public Action OnPlayerRunCmd(int client, int &buttons, int &impulse, float vel[3], float angles[3], int &weapon){
if (BossHandler.shouldTick) BossHandler.TickForClient(client);