12345678910111213141516171819202122232425 |
- params["_target"];
- _position = position _target;
- deleteVehicle _target;
- _spawner = createVehicle[rd501_medical_ccp_building, _position, [], 0, "CAN_COLLIDE"];
- systemChat format["Deployed CCP"];
- _jipId = ["rd501_medical_ccp_deployCCPLocal", [_spawner]] call CBA_fnc_globalEventJIP;
- [_jipId, _spawner] call CBA_fnc_removeGlobalEventJIP;
|