Wonder Warehouse
Installation
Putting script to server
Download script from keymaster
Put in your server files
put ensure wonder_warehouse in your server.cfg
Creating key items
in folder items you have images and items.lua
put all images into ox_inventory/web/images
put this bellow (same as you have in items.lua) into ox_inventory/data/items.lua
['warehouse_key'] = {
label = 'Key',
weight = 30,
stack = false,
},Inserting into database
open your program where you work with your server database
find import file button
select import.sql file
Last updated