mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Should be all scope entries
This commit is contained in:
@@ -3,7 +3,7 @@ class ATV_CZ_EP1: ATV_Base_EP1 {
|
||||
faction = "";
|
||||
displayname = $STR_VEH_NAME_ATV;
|
||||
maxspeed = 80;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 1;
|
||||
typicalcargo[] = {""};
|
||||
class HitPoints: Hitpoints {
|
||||
|
||||
@@ -3,7 +3,7 @@ class ATV_US_EP1: ATV_Base_EP1 {
|
||||
faction = "";
|
||||
displayname = $STR_VEH_NAME_ATV;
|
||||
maxspeed = 80;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 1;
|
||||
typicalcargo[] = {""};
|
||||
class HitPoints: Hitpoints {
|
||||
|
||||
@@ -2,7 +2,7 @@ class TT650_Civ: TT650_Base {
|
||||
crew = "";
|
||||
faction = "CIV";
|
||||
rarityurban = 0.8;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 3;
|
||||
typicalcargo[] = {};
|
||||
maxspeed = 180;
|
||||
|
||||
@@ -4,7 +4,7 @@ class TT650_Ins: TT650_Base {
|
||||
displayname = $STR_VEH_NAME_TT650_INS;
|
||||
hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"};
|
||||
maxspeed = 180;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 0;
|
||||
typicalcargo[] = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user