mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
181d2ef5e1
commit
7634f4657b
@ -38,7 +38,7 @@ if (_unit == ACE_player) then {
|
||||
|
||||
// play scream sound
|
||||
if (!isNil QEFUNC(medical,playInjuredSound)) then {
|
||||
[_unit] call EFUNC(medical,playInjuredSound);
|
||||
[_unit,_damage] call EFUNC(medical,playInjuredSound);
|
||||
};
|
||||
|
||||
private _vehicle = vehicle _unit;
|
||||
|
Loading…
Reference in New Issue
Block a user