We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc6535 + ef3ceb8 commit 1460769Copy full SHA for 1460769
client/lsd.lua
@@ -93,7 +93,7 @@ end)
93
RegisterNetEvent('ps-drugprocessing:processingThiChlo', function()
94
local coords = GetEntityCoords(PlayerPedId(source))
95
96
- if #(coords-coordsConfig.CircleZones.thionylchlorideProcessing.coords) < 5 then
+ if #(coords-Config.CircleZones.thionylchlorideProcessing.coords) < 5 then
97
if not isProcessing then
98
QBCore.Functions.TriggerCallback('ps-drugprocessing:validate_items', function(result)
99
if result then
0 commit comments