|
@@ -5,4 +5,7 @@ deleteVehicle _target;
|
|
|
_spawner = rd501_medical_ccp_building createVehicle _position;
|
|
|
systemChat format["Deployed CCP"];
|
|
|
|
|
|
-["rd501_medical_ccp_deployCCPLocal", [_spawner]] call CBA_fnc_remoteEvent; // raise on all clients (we should be on server)
|
|
|
+if(isDedicated) exitWith {
|
|
|
+ ["rd501_medical_ccp_deployCCPLocal", [_spawner]] call CBA_fnc_remoteEvent; // raise on all clients (we should be on server)
|
|
|
+};
|
|
|
+["rd501_medical_ccp_deployCCPLocal", [_spawner]] call CBA_fnc_globalEvent;
|