mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix missing sound
Thx iben
This commit is contained in:
@@ -210,7 +210,7 @@ class Mini_Cooper_base: epoch_car
|
||||
};
|
||||
class NoiseIn
|
||||
{
|
||||
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\int-noise2", db-20, 1.0};
|
||||
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\noise2", db-20, 1.0};
|
||||
frequency = "1";
|
||||
volume = "(damper0 max 0.03)*(speed factor[0, 8])*(1-camPos)"; //definice INSIDE zvuku
|
||||
};
|
||||
|
||||
@@ -211,7 +211,7 @@ class Nissan_base: epoch_car
|
||||
};
|
||||
|
||||
class NoiseIn {
|
||||
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\int-noise2", 0.1, 1.0};
|
||||
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\noise2", 0.1, 1.0};
|
||||
frequency = "1";
|
||||
volume = "(damper0 max 0.03)*(speed factor[0, 8])*(1-camPos)";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user