mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use createSimpleObject to create tags (#4892)
This commit is contained in:
parent
b0741f48d7
commit
f3d6a4d90d
@ -28,9 +28,8 @@ if (_texture == "") exitWith {
|
||||
false
|
||||
};
|
||||
|
||||
private _tag = "UserTexture1m_F" createVehicle [0,0,0];
|
||||
private _tag = createSimpleObject ["UserTexture1m_F", _tagPosASL];
|
||||
_tag setObjectTextureGlobal [0, _texture];
|
||||
_tag setPosASL _tagPosASL;
|
||||
_tag setVectorDirAndUp _vectorDirAndUp;
|
||||
|
||||
// Throw a global event for mision makers
|
||||
|
Loading…
Reference in New Issue
Block a user