This commit is contained in:
[VB]AWOL
2013-12-02 09:54:52 -06:00
parent 7e16cb51b2
commit 141f10c415
4 changed files with 44 additions and 20 deletions

View File

@@ -11,6 +11,11 @@ r_action = false;
_num_removed = ([player,"ItemPainkiller"] call BIS_fnc_invRemove);
if(_num_removed == 1) then {
if (vehicle player != player) then {
_display = findDisplay 106;
_display closeDisplay 0;
};
_unit setVariable ["USEC_inPain", false, true];
if (vehicle player == player) then {