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

@@ -1,6 +1,6 @@
class DZ_AmmoBoxRU : ReammoBox
{
scope = public;
scope = 2;
model = "ca\weapons\ammoboxes\proxy_ruweaponboxlow.p3d";
displayName = "Ammo box"; //TODO move to stringtable
@@ -8,7 +8,7 @@ class DZ_AmmoBoxRU : ReammoBox
class DZ_ExplosiveBoxRU : ReammoBox
{
scope = public;
scope = 2;
model = "ca\weapons\ammoboxes\proxy_ruexplosives.p3d";
displayName = "Ammo box"; //TODO move to stringtable
@@ -16,7 +16,7 @@ class DZ_ExplosiveBoxRU : ReammoBox
class DZ_AmmoBoxUS : ReammoBox
{
scope = public;
scope = 2;
model = "ca\weapons\ammoboxes\proxy_usbasicammoboxsmall.p3d";
displayName = "Ammo box"; //TODO move to stringtable
@@ -24,7 +24,7 @@ class DZ_AmmoBoxUS : ReammoBox
class DZ_ExplosivesBoxUS : ReammoBox
{
scope = public;
scope = 2;
model = "ca\weapons\ammoboxes\proxy_usbasicexplosives.p3d";
displayName = "Ammo box"; //TODO move to stringtable
@@ -32,7 +32,7 @@ class DZ_ExplosivesBoxUS : ReammoBox
class DZ_CardboardBox : ReammoBox
{
scope = public;
scope = 2;
model = "dayz_equip\models\cardboard_box.p3d";
displayName = "Cardboard box"; //TODO move to stringtable
@@ -40,7 +40,7 @@ class DZ_CardboardBox : ReammoBox
class DZ_MedBox : ReammoBox
{
scope = public;
scope = 2;
model = "z\addons\dayz_communityassets\models\medical_freezbox.p3d";
displayName = $STR_DAYZ_OBJ_2;