Skip to content

Commit 1626dcc

Browse files
Merge branches 'main' and 'main' of github.com:multitheftauto/mtasa-wiki
2 parents 78525f5 + eefe11d commit 1626dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/Element/examples/getElementPosition.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ local x, y, z = getElementPosition(myElegy)
55
-- Create the samsite
66
local samsite = createObject(3267, x, y, z + 3)
77
-- Attach the samsite to the elegy
8-
attachElementToElement(samsite, myElegy, 0, 0, 0)
8+
attachElements(samsite, myElegy)

0 commit comments

Comments
 (0)