Skip to content

It is a evidence bag for the police where you can store other objects inside it, as well as weapons, bullets, drugs...

License

Notifications You must be signed in to change notification settings

SL-DEV-07/SL-EvidenceBag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[[ EN ]]

SL-EvidenceBag

Frameworks:

  • ESX
  • QBUS
  • OX

Features:

  • 0.0 ms
  • Customizable item name and storage parameters
  • Compatibility for ox_core, ESX, QBCore, whatever else running ox_inventory

Installation

  • Add evidence to inventory as it is in "Item in ox_inventory" below
  • Add "evidence.png (found in SL-EvidenceBag/evidence.png)" to inventory images
  • Put script in your resources directory
  • Ensure SL-EvidenceBag after ox_lib but before ox_inventory

Dependencies

  • ox_inventory
  • ox_lib

Item in ox_inventory

Item to add to ox_inventory/data/items.lua

	['evidencebag'] = {
		label = 'Evidence Bag',
		weight = 220,
		stack = false,
		consume = 0,
		client = {
			export = 'SL-EvidenceBag.openEvidenceBag'
		}
	},

Preview

Soon

[[ ESP ]]

SL-EvidenceBag

Frameworks:

  • ESX
  • QBUS
  • OX

Funciones:

  • 0.0 ms
  • Nombre del item personalizable y parámetros de storage
  • Compatibilidad para ox_core, ESX, QBCore, cualquier otra cosa que ejecute ox_inventory

Instalación

  • Agregue evidencia al inventario tal como está en "Artículo en ox_inventory" a continuación
  • Agregar imagen "evidence.png (que se encuentra en SL-EvidenceBag / evidence.png)" a las imágenes de inventario
  • Poner el script en tus resources
  • Startea SL-EvidenceBag después de ox_lib pero antes del ox_inventory

Dependencias

  • ox_inventory

Item en el ox_inventory

Item to add to ox_inventory/data/items.lua

	['evidencebag'] = {
		label = 'Bolsa de pruebas',
		weight = 220,
		stack = false,
		consume = 0,
		client = {
			export = 'SL-EvidenceBag.openEvidenceBag'
		}
	},

Preview

Próximamente

About

It is a evidence bag for the police where you can store other objects inside it, as well as weapons, bullets, drugs...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages