Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Releases: overextended/qtarget

2.2.2

05 Sep 09:32
1ca638d
Compare
Choose a tag to compare

Should fix an issue with zone sprites. This should be the last release, and is only really for legacy purposes.
You're encouraged to look at ox_target instead for a better written (but incompatible) targeting resource.

2.2.1

22 Aug 08:41
4716682
Compare
Choose a tag to compare
  • Changes raycast p8 (collider bit) from 7 to 4. Previous value failed to hit some entities.
  • Resolves compatibility issue when using ESX (without ox_inventory) and checking item availability, introduced in 2.1.6.

2.2.0

12 Aug 00:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.6...2.2.0

2.1.6

09 May 09:31
Compare
Choose a tag to compare

This release includes a fix for the broken release 2.1.5.
With this release you can now use multiple items in the item parameter!

You can use one item like this

item = "itemName",

or use an array

item = {'item1', 'item2', 'etc'},

or use a table

-- format:
-- item = {['itemName'] = amountNeeded},

-- example:
item = {['water'] = 2},

What's Changed

New Contributors

Full Changelog: 2.1.5...2.1.6

2.1.5

28 Apr 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.4...2.1.5

2.1.4

25 Apr 14:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.3...2.1.4

2.1.3

19 Apr 20:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

19 Apr 14:50
Compare
Choose a tag to compare

What's Changed

  • only change success sprite if Config.DrawSprite is enabled by @BerkieBb in 0f303d5

Full Changelog: 2.1.1...2.1.2

2.1.1

19 Apr 10:24
Compare
Choose a tag to compare

NOTE: This release breaks PolyZones, please use release 2.1.2

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

24 Mar 16:55
d0cea54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0