Advertisement
Schalldampfer

Neutralize CBRN

Nov 5th, 2020
1,925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.67 KB | None | 0 0
  1. [
  2.  this,
  3.  "neutralize CBRN Weapon",
  4.  "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  5.  "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa",
  6.  "_this distance _target < 2",
  7.  "_caller distance _target < 2",
  8.  {(_this select 1) sideChat "Neutralizing CBRN Weapon ...";},
  9.  {},
  10.  {task1done = true; publicVariable "task1done"; {_x setTriggerArea [0, 0, 0, false, 0]} forEach cbrn_localZones; _pos=getPosATL (_this select 0); hideObjectGlobal (_this select 0); createVehicle ["HazmatBag_01_F",_pos,[],0,"CAN_COLLIDE"];},
  11.  {(_this select 1) vehicleChat "Action iterrupted!";},
  12.  [],
  13.  10,0,true,false
  14. ] remoteExec ["BIS_fnc_holdActionAdd", 0, this];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement