client/addons/task/XEH_postInit.sqf
2025-01-05 17:00:03 -06:00

7 lines
163 B
Plaintext

#include "script_component.hpp"
GVAR(defusedCount) = 0;
["ace_explosives_defuse", {
GVAR(defusedCount) = GVAR(defusedCount) + 1;
}] call CFUNC(addEventHandler);