mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Add SVU and SVD Gold
This commit is contained in:
@@ -158,6 +158,7 @@ class CfgWeapons
|
||||
};
|
||||
};
|
||||
#include "Rifles\SVD.hpp"
|
||||
#include "Rifles\SVU.hpp"
|
||||
|
||||
#include "Rifles\Mosin.hpp"
|
||||
|
||||
|
||||
@@ -173,4 +173,10 @@ class SVD_NSPU_DZ : SVD_PSO1_DZ {
|
||||
script = "; ['Attachment_NSPU',_id,'SVD_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||
displayname = $STR_DZ_WPN_SVD_GOLD_NAME;
|
||||
model = "\RH_aks\RH_svdg.p3d";
|
||||
picture = "\RH_aks\inv\svdg.paa";
|
||||
};
|
||||
9
SQF/dayz_code/Configs/CfgWeapons/Rifles/SVU.hpp
Normal file
9
SQF/dayz_code/Configs/CfgWeapons/Rifles/SVU.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
class SVU_PSO1_DZ: SVD_PSO1_DZ {
|
||||
displayName = $STR_DZ_WPN_SVU_NAME;
|
||||
model = "\RH_aks\RH_svu.p3d";
|
||||
picture = "\RH_aks\inv\svu.paa";
|
||||
handAnim[] = {"OFP2_ManSkeleton","\CA\weapons\Data\Anim\Bizon.rtm"};
|
||||
begin1[] = {"\RH_aks\Sound\SVU.wss",1.778279,1,1200};
|
||||
soundBegin[] = {"begin1",1};
|
||||
magazines[] = {"10Rnd_762x54_SVD"};
|
||||
};
|
||||
Reference in New Issue
Block a user