renzuzu / renzu_clothes

Fivem Advanced Clotheshop and Wardrobe
GNU General Public License v3.0
38 stars 19 forks source link

Prices #20

Open bokivaske opened 2 years ago

bokivaske commented 2 years ago

Hello, is there any easy way to put a fixed price, for example, that all clothes cost $ 100

Antarcy commented 2 years ago

up

AnthoHansen commented 2 years ago

Nope. you have the components.lua with all the prices, i suppose it needs to be configured manually :(

AnthoHansen commented 2 years ago

Nope. you have the components.lua with all the prices, i suppose it needs to be configured manually :(

Correction, you can do it changing this lines (43 and 49)

ret.Price = 10 --ret.Price * Config.Data[name].multiplier (Comment this and put the price per item you want)

This makes you can put a price for each product, the bill will be the addition of all the products (If you buy 10 products it'll cost you 100$ a.e.)

Hope it helps! @bokivaske @Antarcy

JohnnyS commented 2 years ago

Good find I was checking to see if I can find something. Thank god dont have to edit 9999999 things LOL