Config
return {
distance = 2, -- interaction distance
useTarget = true, -- ox_target
useTextUi = false, -- false = 3d text, true = ox textUi
chances = { -- 0 is disabled
rob = 15,
sell = 40,
police = 10
},
showImages = true, -- context menu metadata image
drugs = {
{
max = 15, -- max sell amount
name = "cannabis",
price = { 20, 35 }, -- range
}
},
}
Last updated