Hello,
Je viens ici , car j'ai un petit problème voir vidéo
J'ai suivie ce tuto https://forum.the-programmer.com/post/avoir-les-boules-quiès-réglables.273/
Pour information, j'utilise Ace
J'ai modifier la touche de base ( Shit+O) en (Shift+K)
[CODE lang="sql" title="fn_keyHandler.sqf"]//K Key
case 37: {
if (_shift) then {
if (soundVolume < 0.1) then {
0 fadeSound 1;
} else {
0 fadeSound (round((soundVolume - 0.1)*10)/10);
};
hint format [localize "STR_MISC_sound", (soundVolume*100)];
};
};[/CODE]
Je viens ici , car j'ai un petit problème voir vidéo
J'ai suivie ce tuto https://forum.the-programmer.com/post/avoir-les-boules-quiès-réglables.273/
Pour information, j'utilise Ace
J'ai modifier la touche de base ( Shit+O) en (Shift+K)
[CODE lang="sql" title="fn_keyHandler.sqf"]//K Key
case 37: {
if (_shift) then {
if (soundVolume < 0.1) then {
0 fadeSound 1;
} else {
0 fadeSound (round((soundVolume - 0.1)*10)/10);
};
hint format [localize "STR_MISC_sound", (soundVolume*100)];
};
};[/CODE]