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