Setup
Congratulations. You've just bought Skeexs Stores, what now? Thats what we're going to talk about in here.
If you haven't already downloaded the asset, you can do that here
Configuring
Now we have the script installed on our server, but now we need to configure it to our liking. How do we do that?
Setting up for the framework and inventory
To get all the item and money functions to work we'll need to configure this.
Note that all the framworks and inventories are listed in the Config file
Frameworks: line 5 in shared/config.lua
Inventories: Line 6 in shared/config.lua
--- shared/config.lua
Config.Framework = "qb" -- You have, qb, esx and qbox to pick in here
Config.Inventory = "qb_inventory" -- here you select the inventory youre using.Last updated