v8.2.0c
- 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user