mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
sound fix
This commit is contained in:
parent
32b8dd8b93
commit
a29a18f003
@ -2,13 +2,13 @@ disableSerialization;
|
||||
_dsp = uiNamespace getVariable ["RscDisplayVEMFrClient", displayNull];
|
||||
if not isNull _dsp then
|
||||
{
|
||||
playSound "HintExpand";
|
||||
if (count (uiNamespace getVariable ["VEMFrMsgQueue", []]) isEqualTo 0) then
|
||||
{
|
||||
(["RscDisplayVEMFrClient"] call BIS_fnc_rscLayer) cutFadeOut 0;
|
||||
systemChat "[VEMFrClient] No messages to display";
|
||||
} else
|
||||
{
|
||||
playSound "HintExpand";
|
||||
// do stuff
|
||||
_ctrlPic = _dsp displayCtrl 10;
|
||||
_ctrlTitle = _dsp displayCtrl 11;
|
||||
|
Loading…
Reference in New Issue
Block a user