Ferix

Untitled

Jun 24th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.35 KB | None | 0 0
  1. //If target is a player then check if we can use the cop menu.
  2. if (isPlayer _curObject && _curObject isKindOf "Man") then {
  3.     if ((_curObject getVariable ["restrained",false]) && !dialog && side player in [west,civilian]) then {
  4.         [_curObject] call life_fnc_copInteractionMenu;
  5.         [_curObject] call life_fnc_civinteractionmenufix;
  6.     };
Advertisement
Add Comment
Please, Sign In to add comment