mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 15:40:50 +03:00
CFG WEAPONS DONE
This commit is contained in:
19
SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp
Normal file
19
SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
class Attachment_SCOPED : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_ATTACHMENT_NAME_SCOPE;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_SCOPE;
|
||||
count = 1;
|
||||
model = "z\addons\dayz_communityweapons\models\attachments\SCOPE";
|
||||
picture = "\z\addons\dayz_communityweapons\models\attachments\SCOPE.paa";
|
||||
type = 256;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Use
|
||||
{
|
||||
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
||||
script = "; [_id,1] call player_attachAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user