New Markercolor for Paint Garages (Blue)

This commit is contained in:
He-Man 2019-08-06 23:08:36 +02:00
parent 6124c26585
commit d3e9e1d174
2 changed files with 8 additions and 1 deletions

View File

@ -112,6 +112,13 @@ class CfgMarkerSets
{"","ICON","EpochService","ColorWhite",1,{0.9,0.9},0,"'Service Point'"}
};
};
class PaintGarage {
markerArray[] = {
{"","ICON","EpochActive_Circle","ColorBlack",1,{0.85,0.85}},
{"","ICON","EpochBG_Circle","ColorGrey",0.25,{0.85,0.85}},
{"","ICON","EpochService","ColorBlue",1,{0.9,0.9},0,"'Paint Garage'"}
};
};
class Radiation {
markerArray[] = {
{"","ICON","EpochActive_Triangle","ColorYellow",1,{0.7,0.7}},

View File

@ -196,7 +196,7 @@ if (([_serverSettingsConfig, "ReplaceCarService", false] call EPOCH_fnc_returnCo
} foreach (epoch_centerMarkerPosition nearObjects ["Land_CarService_F", EPOCH_dynamicVehicleArea]);
};
{
_markers = ["ServicePoint", (getpos _x),"PaintGarage"] call EPOCH_server_createGlobalMarkerSet;
_markers = ["PaintGarage", (getpos _x),"Paint Garage"] call EPOCH_server_createGlobalMarkerSet;
} foreach (allmissionobjects "paintshop");
diag_log "Epoch: Loading vehicles";