DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Hatchback_02()

void CarScript::Hatchback_02 ( )
inlineprotected

См. определение в файле Hatchback_02.c строка 7

8 {
9 //m_dmgContactCoef = 0.070;
10
11 m_EngineStartOK = "Hatchback_02_engine_start_SoundSet";
12 m_EngineStartBattery = "Hatchback_02_engine_failed_start_battery_SoundSet";
13 m_EngineStartPlug = "Hatchback_02_engine_failed_start_sparkplugs_SoundSet";
14 m_EngineStartFuel = "Hatchback_02_engine_failed_start_fuel_SoundSet";
15 m_EngineStop = "Hatchback_02_engine_stop_SoundSet";
16 m_EngineStopFuel = "Hatchback_02_engine_stop_fuel_SoundSet";
17
18 m_CarDoorOpenSound = "offroad_door_open_SoundSet";
19 m_CarDoorCloseSound = "offroad_door_close_SoundSet";
20
21 m_CarHornShortSoundName = "Hatchback_02_Horn_Short_SoundSet";
22 m_CarHornLongSoundName = "Hatchback_02_Horn_SoundSet";
23
24 SetEnginePos("0 0.7 1.4");
25 }