mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CFG WEAPONS DONE
This commit is contained in:
20
SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp
Normal file
20
SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
class ItemMap : ItemCore
|
||||
{
|
||||
model = "z\addons\dayz_communityassets\models\map.p3d";
|
||||
};
|
||||
|
||||
class ItemMap_Debug: ItemCore
|
||||
{
|
||||
scope = public;
|
||||
|
||||
displayname = "Debug Map";
|
||||
descriptionshort = "Debug Map - Admin use only";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\gear_picture_map_debug.paa";
|
||||
|
||||
simulation = "ItemMap";
|
||||
|
||||
class Library
|
||||
{
|
||||
libtextdesc = "Debug Map - Admin use only";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user