This commit is contained in:
esteldunedain 2015-06-13 14:32:18 -03:00
parent b17b44b869
commit 3d5afd7d8f

View File

@ -56,16 +56,6 @@ class CfgVehicles {
priority = 2.2; priority = 2.2;
hotkey = "L"; hotkey = "L";
}; };
class ACE_FriskPerson {
displayName = CSTRING(FriskPerson);
distance = 2;
condition = QUOTE([ARR_2(_player, _target)] call FUNC(canFriskPerson));
statement = QUOTE([ARR_2(_player, _target)] call FUNC(doFriskPerson));
showDisabled = 0;
//icon = ""; //@todo
priority = 3;
hotkey = "F";
};
}; };
}; };