Add new model for parachute

Model made by @Helion4
This commit is contained in:
AirwavesMan
2021-01-07 11:30:32 +01:00
parent 6d380a816b
commit cc4ee5b27c
2 changed files with 7 additions and 0 deletions

View File

@@ -426,6 +426,9 @@ class CfgVehicles
#include "Boat\smallboat.hpp"
#include "Boat\JetSkiYanahui.hpp"
#include "Boat\Seafox.hpp"
//Epoch Parachute
#include "Parachute.hpp"
//Includes all Building Stuff
//Houses

View File

@@ -0,0 +1,4 @@
class ParachuteBase;
class ParachuteWest: ParachuteBase {
model = "\z\addons\dayz_epoch_v\vehicles\chute\PARA.p3d";
};