1
0

fnc_deployCCPServer.sqf 295 B

12345678
  1. params["_target"];
  2. _position = position _target;
  3. deleteVehicle _target;
  4. _spawner = rd501_medical_ccp_building createVehicle _position;
  5. systemChat format["Deployed CCP"];
  6. ["rd501_medical_ccp_deployCCPLocal", [_spawner]] call CBA_fnc_remoteEvent; // raise on all clients (we should be on server)