#qbx vehicleshop

1 messages · Page 1 of 1 (latest)

zenith niche
#

I'm getting the same error, no config changed, and everything in the code looks like it should work

#

Also this serverside, regarding this function:

local function checkVehicleList(vehicle, shop)
    for i = 1, allowedVehiclesCount do
        local allowedVeh = allowedVehicles[i]
        if allowedVeh.model == vehicle then
            if shop and allowedVeh.shopType == shop then
                return true
            elseif not shop then
                return true
            end
        end
    end
    return false
end
earnest topaz
#

yeah i don't understand why its doing this wont let me access categories when clicking on them

earnest topaz
#

Anyone know a fix on this at all it's the only thing stopping me openiong the server if people cant buy cars im kinda stuck and have no clue on how to fix this error way past my knowledge