#qbx vehicleshop
1 messages · Page 1 of 1 (latest)
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
yeah i don't understand why its doing this wont let me access categories when clicking on them
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