Thats not change anything
When i just try to look on Original Briefcaserace script
I just dont think i can do it
its complicated
Exactly this part :
local x, y, z = getPedBonePosition(v.player, 35)
local rx, ry, rz = getElementRotation(v.player)
local xOffset = .1 * math.cos(math.rad(rz+90-90))
local yOffset = .1 * math.sin(math.rad(rz+90-90))
setElementPosition(v.briefcase, x+xOffset, y+yOffset, z-.2)
setElementRotation(v.briefcase, rx, ry, rz+rotationOffset)
if (v.hidden) then
v.hidden = false
end
Thanks guys any way