Wert Ambulance Job

You can access the setup information you need about this product

INSTALLATION

1 - Don’t forget to import the SQL files inside the Addsql folder into your database.

2 - Make sure that all the required additional scripts are properly installed.

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

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

3 - Don’t forget to add the sound files from the Addsounds folder into the interact-sound script.

4 - Add the items to your inventory system by following the item instructions below.

The settings for ox_lib and ox_inventory are available in the configuration file. If you’d like, you can manage all settings from there.

QB Inventory Item Format

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 = "" },

OX Inventory Item Format

  • If you're using ox_inventory, after adding the above item codes to the ox_inventory/data/items.lua file, you’ll also need to follow the additional instructions below.

  • Add the following code to the ox_inventory/modules/items/client.lua file. You’ll notice that similar code already exists within the file.

Important Revive Event

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

OPEN FILES

  • The files listed below are not encrypted. If you have the NO-ESCROW version, all files will be provided as fully open source.

Installation complete

Last updated