mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed scopes
This commit is contained in:
parent
06f8f277ac
commit
c2856fd8c7
@ -21,7 +21,7 @@ class CfgVehicles {
|
||||
};
|
||||
class ACE_friesAnchorBar: ACE_friesBase {
|
||||
author = "jokoho48";
|
||||
scope = 2;
|
||||
scope = 1;
|
||||
model = PATHTOF(data\friesAnchorBar.p3d);
|
||||
animated = 1;
|
||||
class AnimationSources: AnimationSources {
|
||||
@ -39,7 +39,7 @@ class CfgVehicles {
|
||||
};
|
||||
class ACE_friesGantry: ACE_friesBase {
|
||||
author = "jokoho48";
|
||||
scope = 2;
|
||||
scope = 1;
|
||||
model = PATHTOF(data\friesGantry.p3d);
|
||||
animated = 1;
|
||||
class AnimationSources: AnimationSources {
|
||||
@ -147,7 +147,7 @@ class CfgVehicles {
|
||||
|
||||
class GVAR(helper): Helicopter_Base_F {
|
||||
author = "KoffeinFlummi";
|
||||
scope = 2;
|
||||
scope = 1;
|
||||
model = PATHTOF(data\helper.p3d);
|
||||
class ACE_Actions {
|
||||
class ACE_MainActions {
|
||||
|
Loading…
Reference in New Issue
Block a user