CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent 1702b297bb
commit 4a1699865e
206 changed files with 5270 additions and 5703 deletions

View File

@@ -1,6 +1,6 @@
class 1Rnd_Arrow_Wood : CA_Magazine
{
scope = public;
scope = 2;
model = "\dayz_weapons\models\bolt_gear";
picture = "\z\addons\dayz_communityassets\pictures\equip_warrow_ca.paa";
@@ -46,7 +46,7 @@ class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood
class 1Rnd_Bolt_Tranquilizer : CA_Magazine
{
scope = public;
scope = 2;
type = WeaponSlotItem;
count = 1;
@@ -60,7 +60,7 @@ class 1Rnd_Bolt_Tranquilizer : CA_Magazine
class 1Rnd_Bolt_Explosive : CA_Magazine
{
scope = public;
scope = 2;
type = WeaponSlotItem;
count = 1;

View File

@@ -7,7 +7,7 @@ class Melee_Swing : CA_Magazine
class Hatchet_Swing : Melee_Swing
{
scope = public;
scope = 2;
//TODO: test which one is shown and delete the rest
displayName = "Hatchet";
@@ -18,7 +18,7 @@ class Hatchet_Swing : Melee_Swing
class Crowbar_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "Crowbar";
displayNameMagazine = "Crowbar";
@@ -28,7 +28,7 @@ class Crowbar_Swing : Melee_Swing
class Machete_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "Machete";
displayNameMagazine = "Machete";
@@ -38,7 +38,7 @@ class Machete_Swing : Melee_Swing
class Fishing_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "Fishing";
displayNameMagazine = "Fishing";
@@ -48,7 +48,7 @@ class Fishing_Swing : Melee_Swing
class Bat_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "BaseBallBat";
displayNameMagazine = "BaseBallBat";
@@ -58,7 +58,7 @@ class Bat_Swing : Melee_Swing
class BatBarbed_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "BaseBallBatBarbed";
displayNameMagazine = "BaseBallBatBarbed";
@@ -68,7 +68,7 @@ class BatBarbed_Swing : Melee_Swing
class BatNails_Swing : Melee_Swing
{
scope = public;
scope = 2;
displayName = "BaseBallBatNails";
displayNameMagazine = "BaseBallBatNails";

View File

@@ -25,7 +25,7 @@ class 10Rnd_303British : 10x_303
//Winchester 1866
class 15Rnd_W1866_Slug : CA_Magazine
{
scope = public;
scope = 2;
model = "\z\addons\dayz_communityassets\models\winammo.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_winammo_ca.paa";