qbcore-framework/qb-garages

[BUG] Depot don't work

taxevader36 opened this issue · 1 comments

Depot won't let players take out vehicles. Console come back with an error.

SCRIPT ERROR: @qb-garages/server/main.lua:192: attempt to index a number value (local 'result')

fix i found was replace

local depotPrice = result[1].depotprice

for

local depotPrice = result

Untitled