Advertisement
Lillelund

Untitled

Feb 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. case 21: {
  2. if (!_alt && !_ctrlKey && !dialog && !(player getVariable ["restrained",false]) && {!life_action_inUse}) then {
  3. if (!_shift) then {
  4. [] call life_fnc_p_openMenu;
  5. } else {
  6. [] call life_fnc_altisPhone;
  7. };
  8. };
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement