iSentrie / Ox_Inventory-ItemsTemplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Items Template for Ox_Inventory | Credit to OverExtended Team

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.

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

item_images

Tim badges used require the Badge Props resource

Configured items for use

  • 11 animated foods
  • 9 animated drinks
  • 4 animated beers
  • 10 animated items
  • 3 animated drugs
  • 4 animated badges
  • 4 storage items

Instructions

  • copy the contents of items_list.lua and insert it into the data/items.lua file
  • copy the contents of weapons_add.lua and insert it into the data/weapons.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
  • place the prop_stream folder to your resources folder & add "ensure prop_stream" to your server CFG

About

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

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%