mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
fixes and documents
This commit is contained in:
@@ -154,7 +154,29 @@ class CfgMagazines {
|
|||||||
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
|
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
|
||||||
descriptionShort = "Unknown document";
|
descriptionShort = "Unknown document";
|
||||||
weight = 0.5;
|
weight = 0.1;
|
||||||
|
};
|
||||||
|
class ItemLetter: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = "Letter";
|
||||||
|
model = "\z\addons\dayz_epoch\models\doc_letter.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_doc_letter_ca.paa";
|
||||||
|
descriptionShort = "Unknown document";
|
||||||
|
weight = 0.1;
|
||||||
|
};
|
||||||
|
class ItemDocumentRamp: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = "HowTo: Ramp";
|
||||||
|
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
|
||||||
|
descriptionShort = "Document used in building a wooden ramp.";
|
||||||
|
weight = 0.1;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemCanvas: CA_Magazine
|
class ItemCanvas: CA_Magazine
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
if(!_isMan and _ownerID != "0" and !(_object isKindOf "Bicycle")) then {
|
if(!_isMan and _ownerID != "0" and !(_cursorTarget isKindOf "Bicycle")) then {
|
||||||
_player_lockUnlock_crtl = true;
|
_player_lockUnlock_crtl = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ class CfgMods
|
|||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
action = "http://www.dayzepoch.com";
|
action = "http://www.dayzepoch.com";
|
||||||
version = "1.0.2.392";
|
version = "1.0.2.393";
|
||||||
hiveVersion = 0.96; //0.93
|
hiveVersion = 0.96; //0.93
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
BIN
SQF/dayz_epoch/models/doc_letter.p3d
Normal file
BIN
SQF/dayz_epoch/models/doc_letter.p3d
Normal file
Binary file not shown.
BIN
SQF/dayz_epoch/models/doc_ramp.p3d
Normal file
BIN
SQF/dayz_epoch/models/doc_ramp.p3d
Normal file
Binary file not shown.
BIN
SQF/dayz_epoch/pictures/equip_doc_letter_ca.paa
Normal file
BIN
SQF/dayz_epoch/pictures/equip_doc_letter_ca.paa
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
5 "" !"PVDZE_" !="drn_AskServerDynamicWeatherEventArgs" !="usecTransfuse" !="usecBandage" !="usecBleed" !="usecPainK" !="usecEpi" !="usecMorphine" !="norrnRaDrag" !="norrnR180" !="norrnRalie" !="norrnRALW" !="norrnRACarUp" !="norrnRAPicUp" !="norrnRnoAnim" !="remExField" !="BIS_MPF_logic" !="remExFP" !="player" !="rsay" !="rland" !="rsetdir" !="_this spawn fnc_plyrHit;"
|
1 "" !"PVDZE_" !="drn_AskServerDynamicWeatherEventArgs" !="usecTransfuse" !="usecBandage" !="usecBleed" !="usecPainK" !="usecEpi" !="usecMorphine" !="norrnRaDrag" !="norrnR180" !="norrnRalie" !="norrnRALW" !="norrnRACarUp" !="norrnRAPicUp" !="norrnRnoAnim" !="remExField" !="BIS_MPF_logic" !="remExFP" !="player" !="rsay" !="rland" !="rsetdir" !="_this spawn fnc_plyrHit;"
|
||||||
5 "dayzSpawnZed"
|
5 "dayzSpawnZed"
|
||||||
5 "dayzLogin"
|
5 "dayzLogin"
|
||||||
5 "dayzLogin2"
|
5 "dayzLogin2"
|
||||||
|
|||||||
Reference in New Issue
Block a user