mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Using ace_frag_fnc_addManualTrack instead of fired function
This commit is contained in:
parent
4543bab7fb
commit
166c8147cf
@ -123,8 +123,8 @@ if (_activated) then {
|
|||||||
if (_attach) then {_projectile attachto [_logic,[0,0,_altitude]];};
|
if (_attach) then {_projectile attachto [_logic,[0,0,_altitude]];};
|
||||||
|
|
||||||
// This is our addition to this function
|
// This is our addition to this function
|
||||||
if (!isnil "ace_frag_fnc_fired") then {
|
if (!isnil "ace_frag_fnc_addManualTrack") then {
|
||||||
[_logic, "", "", "", _ammo, "", _projectile] call ace_frag_fnc_fired;
|
[_projectile] call ace_frag_fnc_addManualTrack
|
||||||
};
|
};
|
||||||
|
|
||||||
//--- Play sound
|
//--- Play sound
|
||||||
|
Loading…
x
Reference in New Issue
Block a user