hemtt-preprocessor 1.0.0

A preprocessor library for hemtt
Documentation
1
2
3
4
#define IS_ADMIN_SYS(x) x##kick

#define IS_ADMIN serverCommandAvailable 'IS_ADMIN_SYS(#)'


if (IS_ADMIN) exitWith {};