docs: Attach-Parameter gegen die Native-Doku korrigiert
Lint / Lint Resource (push) Has been cancelled
Lint / Lint Resource (push) Has been cancelled
Der 15. Parameter heisst syncRot, nicht fixedRot. useSoftPinning=false ist laut Doku korrekt fuer eine Attachment, die sich nicht loesen soll. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -50,11 +50,11 @@ local function attachProp(model, bone, offset, rotation)
|
||||
offset.x, offset.y, offset.z,
|
||||
rotation.x, rotation.y, rotation.z,
|
||||
false, -- p9
|
||||
false, -- useSoftPinning
|
||||
false, -- useSoftPinning ("if set to false attached entity will not detach when fixed")
|
||||
false, -- collision
|
||||
false, -- isPed
|
||||
2, -- rotationOrder
|
||||
true) -- fixedRot
|
||||
true) -- syncRot
|
||||
|
||||
SetModelAsNoLongerNeeded(model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user