Skip to content

v1.0.2

Choose a tag to compare

@BackSH00TER BackSH00TER released this 02 Jan 20:54
· 7 commits to main since this release
39371a5

Fix a bug with ESX useable items that was resulting in the callback function not receiving item metadata correctly.

In qb, the useableitem callback function passes all of the item data in the second arg. In esx, the second arg is just the itemName, the item metadata is passed as a third arg, we were previously not accounting for this.