mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI8Wreck.hpp
Normal file
10
SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI8Wreck.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class Mi8Wreck_DZ: SpawnableWreck
|
||||
{
|
||||
model = "\Ca\air\MI8Wreck.p3d";
|
||||
icon = "ca\Misc_E\data\Icons\Icon_uh60_wreck_CA";
|
||||
mapSize = 15;
|
||||
displayName = $STR_VEH_NAME_MI8_WRECK;
|
||||
vehicleClass = "Wrecks";
|
||||
heightAdjustment = 1;
|
||||
class AnimationSources {};
|
||||
};
|
||||
Reference in New Issue
Block a user