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 ItemFlashlight : ItemCore
{
scope = public;
scope = 2;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
@@ -21,7 +21,7 @@ class ItemFlashlight : ItemCore
class MeleeFlashlight : Pistol
{
scope = public;
scope = 2;
model = "\dayz_equip\models\flashlight.p3d";
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";