/Ox_Inventory-ItemsTemplate

Items w/ animations, props, and status changes for food, drinks, and alcohol

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Items for Ox_Inventory | Credit to OverExtended Team

GitHub all releases GitHub

325 items (so far) with images for use

I put this together for my own server that I'm working on, but I thought I would share the items & effects. I'll add to it as I edit and add more items and I will notate which files go where in the client / server code so that it should be easy to put together. I also added the latest weapons from the recent updates.

Dependencies

Image Quality: I use adobe illustrator to cut out & size the images, without losing too much of the quality

inventory

Instructions

  • copy the contents of items_list.lua and insert it into the data/items.lua file
  • copy the contents of shops_list.lua and insert it into the data/shops.lua file
  • copy the contents of client_add.lua and insert it into the modules/items/client.lua file at the bottom of the file
  • copy the contents of server_add.lua and insert it into the modules/items/server.lua file at the top of the file