diff --git a/client/functions.lua b/client/functions.lua index 7d26c36..abc09d6 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -362,7 +362,7 @@ function QBCore.Functions.GetBoneDistance(entity, Type, Bone) return #(boneCoords - playerCoords) end -function QBCore.Functions.attachProp(ped, model, boneId, x, y, z, xR, yR, zR, Vertex) +function QBCore.Functions.AttachProp(ped, model, boneId, x, y, z, xR, yR, zR, Vertex) local modelHash = GetHashKey(model) local bone = GetPedBoneIndex(ped, boneId) RequestModel(modelHash)