Wert Dev Docs
Tebex StoreDiscord
  • ℹ️About Us
  • Products
    • QBCore
      • Wert-pdroster
      • Wert-JewelRobberyV2
      • Wert-jammer
      • Wert-GpsV2
      • Wert-AmmunationJobs
      • Wert-JobsV2
      • Wert-ContactlessPayment
      • Wert-GoPro (Watch vehicles with gopros)
      • Wert-ShopRobbery
      • Wert-shops + delivery jobs (Buy and manage your shops)
      • Wert-houses
      • Wert-ambulancejob
      • Wert-BodyCam (For civilians and jobs)
      • Wert-PoliceSystemsV2
      • Wert-ChopShopV2
      • Wert-taboo (Play and enjoy)
      • Wert illegal house robbery
      • Wert-banking (Bank ui and system)
      • Wert-PaletoBankRobberyV2
      • Wert Car Arena (Death race, Death match, Arena war)
      • Wert Blackmarket Phone
      • Wert Gang Zone (Advanced Npc System)
      • Wert Fuel Stations (Job, Buy, Manage, Create and more ... )
      • Wert Craft System
      • Wert Merryweather Job
      • Wert Cleaning System And Jobs
      • Wert Weapon Racks (Deployable, Advanced)
      • Wert Water Dispensers (Coolers)
      • Wert Lucky Wheel
      • Wert Evidence System
      • Wert Give Money System
      • Wert Ems Roster System
      • Wert New Year Lottery
      • Wert Vending Machines
    • ESX
      • Wert-ShopRobbery
      • Wert-JewelRobberyV2
      • Wert-GpsV2
      • Wert-PoliceSystemsV2
      • Wert-JobsV2
      • Wert-ContactlessPayment
      • Wert-GoPro (Watch vehicles with gopros)
      • Wert-AmmunationJobs
      • Wert-BodyCam (For civilians and jobs)
      • Wert-ChopShopV2
      • Wert-taboo (Play and enjoy)
      • Wert illegal house robbery
      • Wert-PaletoBankRobberyV2
      • Wert-jammer
      • Wert Car Arena (Death race, Death match, Arena war)
      • Wert-banking (Bank ui and system)
      • Wert Fuel Stations (Job, Buy, Manage, Create and more ... )
      • Wert Gang Zone (Advanced Npc System)
      • Wert Blackmarket Phone
      • Wert Craft System
      • Wert Merryweather Job
      • Wert Cleaning System And Jobs
      • Wert Weapon Racks (Deployable, Advanced)
      • Wert Water Dispensers (Coolers)
      • Wert Lucky Wheel
      • Wert Evidence System
      • Wert Give Money System
      • Wert Ems Roster System
      • Wert New Year Lottery
      • Wert-pdroster
      • Wert Vending Machines
    • Qbox
      • Wert-pdroster
      • Wert-JewelRobberyV2
      • Wert-jammer
      • Wert-GpsV2
      • Wert-AmmunationJobs
      • Wert-JobsV2
      • Wert-ContactlessPayment
      • Wert-GoPro (Watch vehicles with gopros)
      • Wert-ShopRobbery
      • Wert-shops + delivery jobs (Buy and manage your shops)
      • Wert-houses
      • Wert-ambulancejob
      • Wert-BodyCam (For civilians and jobs)
      • Wert-PoliceSystemsV2
      • Wert-ChopShopV2
      • Wert-taboo (Play and enjoy)
      • Wert illegal house robbery
      • Wert-banking (Bank ui and system)
      • Wert-PaletoBankRobberyV2
      • Wert Car Arena (Death race, Death match, Arena war)
      • Wert Blackmarket Phone
      • Wert Gang Zone (Advanced Npc System)
      • Wert Fuel Stations (Job, Buy, Manage, Create and more ... )
      • Wert Craft System
      • Wert Merryweather Job
      • Wert Cleaning System And Jobs
      • Wert Weapon Racks (Deployable, Advanced)
      • Wert Water Dispensers (Coolers)
      • Wert Lucky Wheel
      • Wert Evidence System
      • Wert Give Money System
      • Wert Ems Roster System
      • Wert New Year Lottery
      • Wert Vending Machines
    • STANDALONE
      • Wert Npc Dialog System
      • Wert Racing Hud
Powered by GitBook
On this page
  • INSTALLATION
  • Important config values
  • Extra depends
  • Installation complete
  1. Products
  2. Qbox

Wert-ambulancejob

You can access the setup information you need about this product

INSTALLATION

Important config values

Config.ReviveClientEvent = 'hospital:client:Revive' --# change your revive event this is default qb-core event

Extra depends

  • interact-sound (https://github.com/plunkettscott/interact-sound)

  • xsound (https://github.com/Xogy/xsound)

1 - Open #Add items file and add items your item list ( If u use ox_inventory please convert ox_inventory item format )

-- Items
["bloodbag"] = {
    ["name"] = "bloodbag", 			 	
    ["label"] = "Blood Bag", 	    
    ["weight"] = 150, 		
    ["type"] = "item", 
    ["image"] = "bloodbag.png", 	    	
    ["unique"] = true,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

["bloodtube"] = {
    ["name"] = "bloodtube", 			 	
    ["label"] = "Blood Tube", 	    
    ["weight"] = 500, 		
    ["type"] = "item", 
    ["image"] = "bloodtupe.png", 	    	
    ["unique"] = true,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},


["emptybaggy"] = {
    ["name"] = "emptybaggy", 			 	
    ["label"] = "Empty Blood Bag", 	    
    ["weight"] = 100, 		
    ["type"] = "item", 
    ["image"] = "emptybaggy.png", 	    	
    ["unique"] = false,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

["emptysyringe"] = {
    ["name"] = "emptysyringe", 			 	
    ["label"] = "Empty Syringe", 	    
    ["weight"] = 50, 		
    ["type"] = "item", 
    ["image"] = "emptysyringe.png", 	    	
    ["unique"] = false,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,
    ["description"] = ""
},

["emptytube"] = {
    ["name"] = "emptytube", 			 	
    ["label"] = "Empty Tube", 	    
    ["weight"] = 50, 		
    ["type"] = "item", 
    ["image"] = "emptytube.png", 	    	
    ["unique"] = false,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

["kankart"] = {
    ["name"] = "kankart", 			 	
    ["label"] = "Person Blood Card", 	    
    ["weight"] = 50, 		
    ["type"] = "item", 
    ["image"] = "kankart.png", 	    	
    ["unique"] = true,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

["mri"] = {
    ["name"] = "mri", 			 	
    ["label"] = "MRI Document", 	    
    ["weight"] = 150, 		
    ["type"] = "item", 
    ["image"] = "mri.png", 	    	
    ["unique"] = true,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

["xray"] = {
    ["name"] = "xray", 			 	
    ["label"] = "Xray Document", 	    
    ["weight"] = 150, 		
    ["type"] = "item", 
    ["image"] = "xray.png", 	    	
    ["unique"] = true,   	
    ["useable"] = true, 	
    ["shouldClose"] = true,    
    ["combinable"] = nil,   
    ["description"] = ""
},

2 - Open #Add sound file and add sounds your interact-sound script

3 - Open #Add sql file and upload your database

Installation complete

PreviousWert-housesNextWert-BodyCam (For civilians and jobs)

Last updated 11 hours ago