mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 04:01:24 +00:00
change name function
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user