CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent fd4bd5a5a1
commit f885e06c2a
206 changed files with 5266 additions and 5699 deletions

View File

@@ -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;
};
};