diff --git a/client/target.lua b/client/target.lua index 04bb4e5..deb6dc1 100644 --- a/client/target.lua +++ b/client/target.lua @@ -5,7 +5,7 @@ for k, v in pairs(Config.SellLocations) do heading = 0, debugPoly = false, minZ = Config.SellLocations[k].coords.z - 1, - maxZ = Config.SellLocations[k].coords + 1, + maxZ = Config.SellLocations[k].coords.z + 1, }, { options = { { diff --git a/fxmanifest.lua b/fxmanifest.lua index 3a9584b..a7a8121 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -4,6 +4,7 @@ game 'gta5' author 'Giana - github.com/Giana' description 'g-drugselling' +version '1.0.0' shared_scripts { '@qb-core/shared/locale.lua',