💉 Meth CraftingInstall Instructions

Install

Follow the steps below to install this resource to your server.

Install dependencies

⚠️

Verify all dependencies below are started before this script in your server.cfg.

Install (or update) all dependencies below:

Add items

Open the install folder and add the items & their images to your inventory

ℹ️

You do not need to import the .sql file manually; it will be auto-imported.

  • Copy items from /install/items/ox_inventory.txt into ox_inventory/data/items.lua
  • Copy images from /install/images into ox_inventory/web/images
-- Item data format for ox_inventory
['ls_meth_table'] = {
    label = 'Meth Table',
    weight = 1000,
    stack = false
},

Complete item list can be found in /install/items/*.txt

Restart server

  • Add this script into your main resources directory (usually ../resources)
  • Open server.cfg and add start or ensure lation_meth
  • Restart your server
️🚫

Upon completion, do not delete the install folder or any .sql files or you will experience errors.