💻
DevM
  • Home
  • Fraud V2
    • Installation
      • ox_inventory
      • qb-inventory
      • qs-inventory
    • Note for QBOX
    • Common Issues
  • Fraud
    • Installation
      • ox_inventory
      • qs-inventory
      • qb-inventory
    • Common Issues
  • Snatchables
    • Installation
  • Process Drugs
    • Installation
  • Parking
    • Installation
  • EBT Card
    • Installation
    • Common Issues
  • Lacing
    • Installation
  • Bridge
    • Client-Side
    • Server-Side
Powered by GitBook
On this page
  1. Snatchables

Installation

PreviousSnatchablesNextProcess Drugs

Last updated 1 year ago

  1. Download Resource

    • Download the purchased resource from , FiveM's official hub for downloading purchased resources

  2. Download Dependencies

Resource
Download Link

ox_lib

ox_inventory

ox_target

  1. Install Items

Items
```lua
	['chain'] = {
		label = 'Chain',
		weight = 10,
		client = {
			export = 'devm-snatchables.chain'
		}
	},
	['shoes'] = {
		label = 'Shoes',
		weight = 10,
		
		client = {
			export = 'devm-snatchables.shoes'
		}
	},
```
Images

Drag images from _INSTALL FIRST/items/images into ox_inventory/web/images

keymaster
https://github.com/overextended/ox_lib
https://github.com/overextended/ox_inventory
https://github.com/overextended/ox_target