ox_inventory icon indicating copy to clipboard operation
ox_inventory copied to clipboard

Add A Option To Disable Extras Like Shops & Crafting

Open yiruzu opened this issue 4 months ago • 7 comments

The title says it all... I simply hate how these features are so heavily pushed without the option to disable them with convars.

yiruzu avatar Apr 07 '24 16:04 yiruzu

Shops are defined in data/shops.lua - If you don't define any shops (i.e. return {} or comment out everything within the curly braces), then the shops "feature" won't be used. Similarly, if crafting is not defined in data/crafting.lua, the crafting feature will not be used.

tom-osborne avatar Apr 07 '24 16:04 tom-osborne

sure i could do it that way but why not just make it optional with a easy convar

yiruzu avatar Apr 07 '24 16:04 yiruzu

Because it is already optional by not defining the data.

return {}

googleoblivion avatar Apr 08 '24 21:04 googleoblivion

WHY IS THERE CODE!?!?

tom-osborne avatar Apr 08 '24 21:04 tom-osborne

where is the exe?

Demigod916 avatar Apr 08 '24 22:04 Demigod916

WHY IS THERE CODE!?!?

Why are there people like you who don't understand that I requested a feature and NOT a workaround???

yiruzu avatar Apr 09 '24 09:04 yiruzu

The title says it all... I simply hate how these features are so heavily pushed without the option to disable them with convars.

Feature

Your "feature" request is a workaround.

googleoblivion avatar Apr 09 '24 13:04 googleoblivion

Because it is already optional by not defining the data.

return {}

thelindat avatar May 09 '24 19:05 thelindat