qb-target
qb-target copied to clipboard
A better interaction system for FiveM
**Problem:** We are trying an issue where NPCS doesn't spawn correctly on our server. A lot of scripts shows the error "@qb-target/client.lua:467: attempt to index a nil value (global 'BoxZone')...
**Describe the bug** A clear and concise description of what the bug is. I get a error saying attempted to index a nil value (field) when I'm trying to click...
**Describe Pull request** PolyZones have a vector2 centre, not a vector3. Fix distance calculation for PolyZones when Config.DrawSprite is true. **Questions (please complete the following information):** - Have you personally...
whenever a player enters the server, Spawnpeds() function spawns one more peds (police armory, ambulance...) usually it's fixable by settings (networked = false) in qb-target like this one: https://github.com/qbcore-framework/qb-target/issues/165, but...