TonnyDev Documentation
  • TD Scripts
    • TD Warehouse
      • Installation
      • Configuration
      • Informations
      • Dependencies
    • TD CarHeistLvl
      • Installation
      • Configuration
      • Dependencies
Powered by GitBook
On this page
  • Keybiding
  • Items
  1. TD Scripts
  2. TD Warehouse

Informations

Information for TD Warehouse Resource

Keybiding

[E] Open Warehouse menu for player

[G] Open Warehouse manage menu for admin

Items

Add this in "ox_inventory/data/items.lua"

['keys'] = {
    label = 'Key',
    weight = 35,
    stack = false,
},

["laptop"] = {
    label = "Hacking Laptop",
    weight = 1250,
    stack = true,
    close = true,
},
PreviousConfigurationNextDependencies

Last updated 11 days ago