forked from overextended/ox_target
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'm bringing back this issue : overextended#174
It seems to happen again, here's my snippet, I may be wrong with it but I'm having the same result !
exports.ox_target:addBoxZone({
coords = GetEntityCoords(ped),
size = vec3(1.0, 2.5, 2.0),
rotation = GetEntityHeading(ped),
debug= true,
options = options,
canInteract = function(distance)
return not IsEntityDead(ped) and distance < 5.0
end,
})
Metadata
Metadata
Assignees
Labels
No labels