- Logdateien zur Fehleranalyse
- Nein, ich habe keine Logdateien hochgeladen
Hallo erstmal, ja ich weiß es gibt schon zich Beiträge was das Sound Problem betrifft aber die ich gefunden haben waren dicht.
Ich stehe 100m vor einen Polizei hunter mit sirene an, ich höre nix bei 99meter ganz ganz leise höre ich erst was. sirenLong ist die Polizei sirene, ihr seht ja ich habe 500 meter eingestellt.
Was muss ich tun?
Code
class CfgSounds {
sounds[] = {};
class sirenLong {
name = "sirenLong";
sound[] = {"\sounds\sirenLong.ogg", 10.0, 1, 500};
titles[] = {};
};
class medicSiren {
name = "medicSiren";
sound[] = {"\sounds\medicSiren.ogg", 10.0, 1, 500};
titles[] = {};
};
class tazerSound {
name = "tazerSound";
sound[] = {"\sounds\tazer.ogg", 0.25, 1};
titles[] = {};
};
class flashbang {
name = "flashbang";
sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
titles[] = {};
};
class mining {
name = "mining";
sound[] = {"\sounds\mining.ogg", 1.0, 1};
titles[] = {};
};
class harvest {
name = "harvest";
sound[] = {"\sounds\harvest.ogg", 1.0, 1};
titles[] = {};
};
class lockCarSound {
name = "lockCarSound";
sound[] = {"\sounds\carLock.ogg", 0.25, 1};
titles[] = {};
};
class unlockCarSound {
name = "unlockCarSound";
sound[] = {"\sounds\carUnlock.ogg", 0.25, 1};
titles[] = {};
};
class CarAlarm {
name = "CarAlarm";
sound[] = {"\sounds\caralarm.ogg", 5.0, 1, 100};
titles[] = {};
};
class empwarn {
name = "empwarn";
sound[] = {"\sounds\empwarn.ogg", 5.0, 1};
titles[] = {};
};
class empacsound {
name = "empacsound";
sound[] = {"sounds\empac.ogg", 5.0, 1};
titles[] = {};
};
class robberyalarm {
name = "robberyalarm";
sound[] = {"\sounds\robberyalarm.ogg", 5.0, 1, 200};
titles[] = {};
};
};
Alles anzeigen
Hier nochmal ein Bild