https://github.com/overextended/qtarget
Use ox_target instead.
https://github.com/overextended/qtarget
Last synced: about 1 year ago
JSON representation
Use ox_target instead.
- Host: GitHub
- URL: https://github.com/overextended/qtarget
- Owner: overextended
- License: gpl-3.0
- Archived: true
- Created: 2021-07-16T00:31:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T19:56:41.000Z (over 3 years ago)
- Last Synced: 2024-11-16T18:34:23.452Z (over 1 year ago)
- Language: Lua
- Homepage: https://github.com/overextended/ox_target
- Size: 264 KB
- Stars: 48
- Watchers: 12
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unsupported - Use [ox_target](https://github.com/overextended/ox_target) instead
qtarget has been largely unmaintained, receiving some occasional fixes and tweaks.
There are issues with the ways many features were implemented, some from trying maintain compatibility with bt-target, but mostly janky patches on top of underlying flaws.
Development on a replacement is ongoing at [ox_target](https://github.com/overextended/ox_target), which will try to implement _some_ compatibility; however it cannot cover everything and will not attempt to patch poor-design decisions.
Some issues will be patched in qtarget if necessary, but it is dead (and should have been long ago).
## Credits
- Primary development by [@thelindat](https://github.com/thelindat) and [@OfficialNoms](https://github.com/OfficialNoms)
- Inspired by, and based on, including using javascript from: [bt-target](https://github.com/brentN5/bt-target) by [@brentN5](https://github.com/brentN5)