Installation
Last updated
Last updated
You will need the latest version of
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
You will need the latest version of .
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
rfid_cloner = { name = 'rfid_cloner', label = 'RFID Cloner', weight = 100, type = 'item', image = 'rfid_cloner.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'RFID Cloner' },
screwdriverset = { name = 'screwdriverset', label = 'Toolkit', weight = 1000, type = 'item', image = 'screwdriverset.png', unique = false, useable = false, shouldClose = false, description = 'Very useful to screw... screws...' },
c4 = { name = 'c4', label = 'C4 Bomb', weight = 100, type = 'item', image = 'c4.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'c4 Bomb' },
drill = { name = 'drill', label = 'Drill', weight = 20000, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, description = 'The real deal...' },
Navigate to the config
folder inside the script.
Choose the configuration file that matches the map you are using.
Rename the desired config file to config.lua
.
Go to the [doorlocks]
folder.
Choose the folder for the map you are using.
If using ox_doorlock
:
Open the SQL file inside and edit the door id
s to match your existing ox_doorlock
database structure.
Then run the SQL.
If using qb-doorlock
:
Copy the doorlock config file into your qb-doorlock/configs
folder.