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

how to open #23

Closed stephen9898 closed 2 years ago

stephen9898 commented 2 years ago

how to open target as having issues pressing left alt dosnt open it

stephen9898 commented 2 years ago

https://prnt.sc/Ppl3x3zasfej

stephen9898 commented 2 years ago

can you add these please

function AddEntityZone(name, entity, options, targetoptions) Zones[name] = EntityZone:Create(entity, options) Zones[name].targetoptions = targetoptions end

exports(“AddEntityZone”, AddEntityZone)

function AddTargetModel(models, parameteres) for _, model in pairs(models) do Models[model] = parameteres end end exports("AddTargetModel", AddTargetModel)

function AddEntityZone(name, entity, options, targetoptions) Zones[name] = EntityZone:Create(entity, options) Zones[name].targetoptions = targetoptions end exports("AddEntityZone", AddEntityZone)

Taavi-AU commented 2 years ago

there is already AddTargetModel, it is addModel or addModels (for multiple)

stephen9898 commented 2 years ago

What about the others

Taavi-AU commented 2 years ago

not yet

stephen9898 commented 2 years ago

Just my hospital won't work with out them so please help me fix it

meta-hub commented 2 years ago

What is entity zone used for? As far as I can see, AddLocalEnt, AddTargetEnt, or any variation of those, would serve the same purpose.

Taavi-AU commented 2 years ago

I believe that AddTargetEnt is pretty much it except that AddEntityZone just creates a zone around the ent