Redutzu's Scripts
  • â„šī¸Information
  • 🛒Store
  • đŸ’ģDiscord
  • 📚Resources
    • Redutzu MDT
      • Installation
      • Guides
        • Frameworks
        • Items
        • Localization
        • Images
        • Logs
        • Permissions
        • Bodycam
      • Exports/Events
        • Server Events
          • addDispatchToMDT
        • Server Exports
          • Incidents
          • Evidences
          • Warrants
          • Bolos
          • Citizens
          • Vehicles
          • Codes
          • Charges
          • Weapons
          • Announcements
          • Tags
        • Client Events
          • Open/Close MDT
        • Client Exports
      • Common Issues
    • Redutzu EMS
      • Installation
      • Guides
      • Exports
    • Redutzu Documents
      • Installation
      • Guides
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Redutzu MDT
  3. Guides

Items

ox_inventory

['mdt'] = {
    label = 'Mobile Data Terminal',
    weight = 500,
    stack = false,
    close = true,
    allowArmed = false,
    consume = 0,
    client = { event = 'redutzu-mdt:client:openMDT', image = 'redutzu_mdt.png' },
    description = 'Take roleplay to another level with the most advanced MDT on FiveM'
},

['bodycam'] = {
        label = 'Bodycam',
        weight = 300,
        stack = false,
        close = true,
        allowArmed = true,
        consume = 0,
        client = { event = 'redutzu-mdt:client:toggle-bodycam-state', image = 'bodycam.png' },
        description = 'Let other players see your body with the most advanced bodycam on FiveM'
} 

qb-inventory/others

['mdt'] = {
    ['name'] = 'mdt', 			                
    ['label'] = 'Mobile Data Terminal', 	
    ['weight'] = 500, 		
    ['type'] = 'item', 		
    ['image'] = 'redutzu_mdt.png', 		    
    ['unique'] = false, 	
    ['useable'] = true, 	
    ['shouldClose'] = true,	   
    ['combinable'] = nil,   
    ['description'] = 'Take roleplay to another level with the most advanced MDT on FiveM'
},

['bodycam'] = {
    ['name'] = 'Body Cam', 			                
    ['label'] = 'Body Camera', 	
    ['weight'] = 500, 		
    ['type'] = 'item', 		
    ['image'] = 'bodycam.png', 		    
    ['unique'] = false, 	
    ['useable'] = true, 	
    ['shouldClose'] = true,	   
    ['combinable'] = nil,   
    ['description'] = 'Let other players see your body with the most advanced bodycam on FiveM'
}

PreviousFrameworksNextLocalization

Last updated 8 months ago

Was this helpful?

📚