fnc_deployCcp.sqf 242 B

123456
  1. params ["_target", "_player", "_params"];
  2. //_target is the box in an ace interact
  3. if(vehicle _target != _target) exitWith { };
  4. _position = position _target;
  5. _spawner = rd501_medical_ccp_building createVehicle _position;
  6. deleteVehicle _target;