xxxstasiek / stasiek_selldrugsv2

Second version of Fivem selldrugs script
GNU General Public License v3.0
22 stars 14 forks source link

Change drug price ? #6

Open JaRoXz opened 3 years ago

JaRoXz commented 3 years ago

Hello,

Where to set prices for weed, cocaine, heroin and meth?

I found in config.lua that but the price for how much it should be sold is always higher

drugs = {
    ['weed_pooch'] = 20, -- Marijuana
    ['opium_pooch'] = 35, -- Heroin
    ['coke_pooch'] = 40, -- Kokain
    --['meth_pooch'] = 60, -- Meth
    --add as much as you want
},

I would like to sell the drugs as indicated for these prices

Where do I change this?

cetvoropek commented 2 years ago

Hello,

Where to set prices for weed, cocaine, heroin and meth?

I found in config.lua that but the price for how much it should be sold is always higher

drugs = {
    ['weed_pooch'] = 20, -- Marijuana
    ['opium_pooch'] = 35, -- Heroin
    ['coke_pooch'] = 40, -- Kokain
    --['meth_pooch'] = 60, -- Meth
    --add as much as you want
},

I would like to sell the drugs as indicated for these prices

Where do I change this?

Hello, I'm having the same issue, did you figure it out?