QB-Framework: https://github.com/qbcore-framework/qb-core
QB-Target: https://github.com/BerkieBb/qb-target
Thermite Minigame: This will be located in the folder assets
Laptop Minigame: This will be located in the folder assets
Adding Translations to the progressbar
Adding More Dispatch Systems (Will be adding Core, CDD and ERP_MDT when released)
Create a file inside nui_doorlock / config, and add this inside the file (this will ensure the door is locked)
Config.DoorList['vangelicodoor'] = {
authorizedJobs = { ['police']=0 }, -- ['ambulance']=0, ['bcso']=0
lockpick = false,
doors = {
{objHash = 1425919976, objHeading = 306.00003051758, objCoords = vec3(-631.955384, -236.333268, 38.206532)},
{objHash = 9467943, objHeading = 306.00003051758, objCoords = vec3(-630.426514, -238.437546, 38.206532)}
},
audioRemote = false,
locked = true,
slides = false,
maxDistance = 2.5,
--oldMethod = true,
--audioLock = {['file'] = 'metal-locker.ogg', ['volume'] = 0.6},
--audioUnlock = {['file'] = 'metallic-creak.ogg', ['volume'] = 0.7},
--autoLock = 1000
}
Add this item to qb-core / shared / items.lua
["usb_green"] = {["name"] = "usb_green", ["label"] = "Green USB", ["weight"] = 5000, ["type"] = "item", ["image"] = "usb_green.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "What is this USB used for?"},
This will be located in the folder assets
Other Languages Coming Soon!
This script provided by Prime Scripts, is under the protection of Attribution-NonCommercial-ShareAlike 4.0 International License.