mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ace_tagCreated EH not fire x (#9025)
This commit is contained in:
parent
f734fa9e86
commit
8a949d4f24
@ -33,6 +33,7 @@ if (_isVehicleTag) exitWith {
|
||||
TRACE_3("tagging vehicle",_object,typeOf _object,_texture);
|
||||
_object setObjectTextureGlobal [getText (configOf _object >> "selectionClan"), _texture];
|
||||
// if (_material != "") then { _object setObjectMaterialGlobal ["clan", _material] }; // ??
|
||||
["ace_tagCreated", [objNull, _texture, _object, _unit]] call CBA_fnc_globalEvent;
|
||||
};
|
||||
|
||||
private _tag = createSimpleObject [_tagModel, _tagPosASL];
|
||||
|
Loading…
Reference in New Issue
Block a user