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:
@@ -426,6 +426,9 @@ class CfgVehicles
|
|||||||
#include "Boat\smallboat.hpp"
|
#include "Boat\smallboat.hpp"
|
||||||
#include "Boat\JetSkiYanahui.hpp"
|
#include "Boat\JetSkiYanahui.hpp"
|
||||||
#include "Boat\Seafox.hpp"
|
#include "Boat\Seafox.hpp"
|
||||||
|
|
||||||
|
//Epoch Parachute
|
||||||
|
#include "Parachute.hpp"
|
||||||
|
|
||||||
//Includes all Building Stuff
|
//Includes all Building Stuff
|
||||||
//Houses
|
//Houses
|
||||||
|
|||||||
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