mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add new model for parachute
Model made by @Helion4
This commit is contained in:
@@ -427,6 +427,9 @@ class CfgVehicles
|
||||
#include "Boat\JetSkiYanahui.hpp"
|
||||
#include "Boat\Seafox.hpp"
|
||||
|
||||
//Epoch Parachute
|
||||
#include "Parachute.hpp"
|
||||
|
||||
//Includes all Building Stuff
|
||||
//Houses
|
||||
#include "Buildings\Land_A_Crane_02b.hpp"
|
||||
|
||||
4
SQF/dayz_code/Configs/CfgVehicles/Parachute.hpp
Normal file
4
SQF/dayz_code/Configs/CfgVehicles/Parachute.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class ParachuteBase;
|
||||
class ParachuteWest: ParachuteBase {
|
||||
model = "\z\addons\dayz_epoch_v\vehicles\chute\PARA.p3d";
|
||||
};
|
||||
Reference in New Issue
Block a user