Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. if (playerside == west) then {
  2. laptopHack = false; publicVariable "laptopHack";
  3.  
  4. [
  5. PC2,
  6. "Взломать систему",
  7. "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  8. "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  9. "(_this distance _target < 2)",
  10. "(_this distance _target < 2) && (alive _this)",
  11. {cutText ["Нажимаю кнопки. . .","PLAIN",2];},
  12. {},
  13. {cutText ["ПВО выведена из строя! Я это сделал!","PLAIN",2]; laptopHack = true; publicVariable "laptopHack";},
  14. {},
  15. [],
  16. 30,
  17. nil,
  18. true,
  19. false
  20. ] call BIS_fnc_holdActionAdd;
  21. };
  22.  
  23.  
  24. if (playerside == west) then {
  25. laptopHack = false; publicVariable "laptopHack";
  26.  
  27. [
  28. PC1,
  29. "Взломать систему",
  30. "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  31. "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  32. "(_this distance _target < 2)",
  33. "(_this distance _target < 2) && (alive _this)",
  34. {cutText ["Нажимаю кнопки. . .","PLAIN",2];},
  35. {},
  36. {cutText ["ПВО выведена из строя! Я это сделал!","PLAIN",2]; laptopHack = true; publicVariable "laptopHack";},
  37. {},
  38. [],
  39. 30,
  40. nil,
  41. true,
  42. false
  43. ] call BIS_fnc_holdActionAdd;
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement