Should be all scope entries

This commit is contained in:
icomrade
2016-03-05 20:36:07 -05:00
parent 5cfe47c718
commit 9d52fb0595
251 changed files with 887 additions and 882 deletions

View File

@@ -1,6 +1,6 @@
class DZ_AmmoBoxRU : ReammoBox
{
scope = 2;
scope = public;
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 = 2;
scope = public;
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 = 2;
scope = public;
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 = 2;
scope = public;
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 = 2;
scope = public;
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 = 2;
scope = public;
model = "z\addons\dayz_communityassets\models\medical_freezbox.p3d";
displayName = $STR_DAYZ_OBJ_2;