Finished base management for volumetric features. Code compiles, but this feature is not tested so far!
Made CVARs for volumetric features module. Made trigger delay attribute for volumes, per player. Count down for n seconds after when a player enter. When leaving a volume trigger delay is aborted. Made parameter parsing functions; paramtools.inc. Made functions for setting and parsing generic volume attributes. Updated header in files to volumetric features and paramtools.inc. Removed unused knockback functions in zadmin.inc. Made certain class functions into stock functions.
This commit is contained in:
@ -187,6 +187,7 @@ public Action:EventPlayerSpawn(Handle:event, const String:name[], bool:dontBroad
|
||||
RespawnOnClientSpawn(index);
|
||||
ZTeleOnClientSpawn(index);
|
||||
ZHPOnClientSpawn(index);
|
||||
VolOnPlayerSpawn(index);
|
||||
|
||||
TranslationPrintToChat(index, "General zmenu reminder");
|
||||
|
||||
|
Reference in New Issue
Block a user