Made a new class system with base API functions. Will run paralell with the old system so it's possible to do a gradually switch. Most functions are compatible but have different names.
This commit is contained in:
2
src/zr/zombiereloaded.inc
Normal file → Executable file
2
src/zr/zombiereloaded.inc
Normal file → Executable file
@ -48,7 +48,7 @@ enum ZTeam
|
||||
#define LOG_MODULE_OVERLAYS 4096 // overlays.inc
|
||||
#define LOG_MODULE_SAYTRIGGERS 8192 // sayhooks.inc
|
||||
#define LOG_MODULE_TELEPORT 16384 // teleport.inc
|
||||
#define LOG_MODULE_CLASSES 32768 // classes.inc
|
||||
#define LOG_MODULE_CLASSES 32768 // playerclasses.inc
|
||||
#define LOG_MODULE_WEAPONRESTICT 65536 // weaponrestrict.inc
|
||||
#define LOG_MODULE_COMMANDS 131072 // commands.inc
|
||||
#define LOG_MODULE_ANTICAMP 262144 // anticamp.inc
|
||||
|
Reference in New Issue
Block a user