initial commit
This commit is contained in:
11
includes/PlaneJump/CfgFunctions.hpp
Normal file
11
includes/PlaneJump/CfgFunctions.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class PlaneJump{
|
||||
file="DLib\functions\PlaneJump";
|
||||
class pj_init{};
|
||||
class pj_initPlayer{};
|
||||
class playerParaBackpack{};
|
||||
class pj_openRamp{};
|
||||
class pj_closeRamp{};
|
||||
class pj_greenLight{};
|
||||
class pj_redLight{};
|
||||
class pj_startJump{};
|
||||
}
|
||||
6
includes/PlaneJump/CfgSFX.hpp
Normal file
6
includes/PlaneJump/CfgSFX.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class DLIB_pj_planeSound
|
||||
{
|
||||
sound0[] = {"@CUP\AirVehicles\CUP_AirVehicles_C130J\data\sound\int_engine_hi", db+10, 1.0, 250, 1, 0, 0, 0};
|
||||
sounds[] = {sound0};
|
||||
empty[] = {"", 0, 0, 0, 0, 0, 0, 0};
|
||||
};
|
||||
4
includes/PlaneJump/CfgVehicles.hpp
Normal file
4
includes/PlaneJump/CfgVehicles.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class DLIB_pj_planeLoop
|
||||
{
|
||||
sound = "DLIB_pj_planeSound"; // reference to CfgSFX class
|
||||
};
|
||||
Reference in New Issue
Block a user