+ Added documentation to FastFire2
- Removed some headers
- Removed some includes
- Made some functions private
- Moved precaches to the precache function
- Moved onslaughter tick code to appropriate BossHandler
- Removed spaghetti code from debug commands
+ Made music menu display forever
- Renamed menus
- Moved OnFastFire2Ready lighting reset function to the WeatherManager reset function
+ Took control of admin commands during certain... situations :)
+ Added scripts for certain... situations :)
+ Added custom hud text renderer
+ Bump version
This commit is contained in:
2025-07-21 13:38:40 -04:00
parent 9a77fe9e11
commit 4a43c892d5
7 changed files with 222 additions and 55 deletions

View File

@@ -10,7 +10,6 @@ public Action Command_AOE(int client, int args){
}
public Action Command_SetFogDensity(int client, int args){
tickOnslaughter = true;
char arg1[5];
GetCmdArg(1, arg1, sizeof(arg1));
WeatherManager.fogTarget = StringToFloat(arg1);