ACE3/addons/core/scripts/keyRelease.sqf
2015-01-12 05:14:15 -06:00

7 lines
130 B
Plaintext

// by commy2
#include "\z\ace\addons\core\script_component.hpp"
_keyIndex = _this select 1;
GVAR(keyStates) set [_keyIndex, 0];