mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
@@ -6,7 +6,7 @@ class CfgMarkers
|
||||
color[] = {1, 0, 0, 1};
|
||||
size = 32;
|
||||
shadow = true;
|
||||
scope = private;
|
||||
scope = 0;
|
||||
};
|
||||
class Cricle02 {
|
||||
name = "Marker description";
|
||||
@@ -14,7 +14,7 @@ class CfgMarkers
|
||||
color[] = {1, 0, 0, 1};
|
||||
size = 32;
|
||||
shadow = true;
|
||||
scope = private;
|
||||
scope = 0;
|
||||
};
|
||||
class Cross01 {
|
||||
name = "Marker description";
|
||||
@@ -22,7 +22,7 @@ class CfgMarkers
|
||||
color[] = {1, 0, 0, 1};
|
||||
size = 32;
|
||||
shadow = true;
|
||||
scope = private;
|
||||
scope = 0;
|
||||
};
|
||||
class Cross02 {
|
||||
name = "Marker description";
|
||||
@@ -30,7 +30,7 @@ class CfgMarkers
|
||||
color[] = {1, 0, 0, 1};
|
||||
size = 32;
|
||||
shadow = true;
|
||||
scope = private;
|
||||
scope = 0;
|
||||
};
|
||||
class Questionmark {
|
||||
name = "Marker description";
|
||||
@@ -38,6 +38,6 @@ class Questionmark {
|
||||
color[] = {1, 0, 0, 1};
|
||||
size = 32;
|
||||
shadow = true;
|
||||
scope = private;
|
||||
scope = 0;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user