mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
New Markercolor for Paint Garages (Blue)
This commit is contained in:
parent
6124c26585
commit
d3e9e1d174
@ -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}},
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user