mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Move CfgServerTrader to dayz_code\configs folder
Also moved the dayz_epoch_b stringtable into a dayz_epoch package in the dayz_code stringtable. This makes it easier to maintain and search for code strings. Epoch_b only holds extra models and textures now.
This commit is contained in:
@@ -108,6 +108,16 @@ class WeaponHolder_ItemDomeTent : WeaponHolderBase {
|
||||
};
|
||||
};
|
||||
|
||||
class WeaponHolder_ItemDesertTent : WeaponHolderBase {
|
||||
scope = public;
|
||||
displayName = $STR_VEH_NAME_DOME_TENT;
|
||||
model = "\dayz_equip\proxy\tentbag.p3d";
|
||||
|
||||
class eventHandlers {
|
||||
init = "[(_this select 0),'cfgMagazines','ItemDesertTent'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
|
||||
};
|
||||
};
|
||||
|
||||
class WeaponHolder_ItemCrate : WeaponHolderBase {
|
||||
scope = public;
|
||||
displayName = $STR_ITEM_NAME_equip_crate;
|
||||
|
||||
Reference in New Issue
Block a user