ACE3/addons/hearing/XEH_postInit.sqf
2015-01-13 23:16:55 -03:00

8 lines
181 B
Plaintext

#include "script_component.hpp"
GVAR(currentDeafness) = 0;
GVAR(newStrength) = 0;
// Spawn volume updating process
[FUNC(updateVolume), 0.1, [] ] call CBA_fnc_addPerFrameHandler;