mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Close #1018
This commit is contained in:
parent
b17b44b869
commit
3d5afd7d8f
@ -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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user