15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
#include "script_component.hpp"
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
GVAR(allHostages) = [];
|
|
GVAR(allHVTs) = [];
|
|
GVAR(allIEDs) = [];
|
|
GVAR(allEntities) = [];
|
|
GVAR(allShooters) = [];
|
|
GVAR(allTargets) = [];
|
|
|
|
ADDON = true; |