meta-hub / meta_target

A complete third eye solution for FiveM and RedM, aiming to proving all solutions from fivem-target, bt-target and qtarget under one resource.
21 stars 15 forks source link

meta_target entitytype options #28

Closed Taavi-AU closed 2 years ago

Taavi-AU commented 2 years ago

I have attempted to use the addVehicle, addPlayer, addPed and addObject and none of them seem to work, unsure why

PhillipEis commented 2 years ago

Same.

Taavi-AU commented 2 years ago

I had a look at how it returns false on the entityType and added a check and did

if entityType == 2 then
  return true
end

this returned true and I was able to target the vehicle but the distance was broken where I could target the vehicle and the ground, I have no idea...

Taavi-AU commented 2 years ago

latest PR to fix this issue...

https://github.com/meta-hub/meta_target/pull/31