overextended / ox_target

Standalone "third-eye" targeting resource.
https://overextended.dev/ox_target
MIT License
153 stars 191 forks source link

Expected options to have type 'array' (received hash table) #148

Closed TuneScotty closed 6 months ago

TuneScotty commented 6 months ago

I thought the convert function solves it, what else can I do to fix it? image Here's how the table looks like: image And here's the ox_target event handler: image

thelindat commented 6 months ago

addLocalEntity and AddTargetEntity are notably different things and call different functions.

TuneScotty commented 6 months ago

addLocalEntity and AddTargetEntity are notably different things and call different functions.

How come I missed that.. that's embarrassing, anyway what did fix it is referring to qb-target, not the ox_target..