๐ป Installation
Install devhub_lib
Download and install the required library and configure it according to your framework.
Download https://github.com/DEVHUB-GG/devhub_lib or use command
git clone https://github.com/DEVHUB-GG/devhub_lib.gitInstall resource from keymaster
- Download the CAR THIEF script file from keymaster.
Add items from the items folder
Open the items folder and add the two items to your inventory resource (a ready-made snippet for qb-core, ox_inventory and SQL inventories is included):
devhub_car_checkerโ Car Checkerdevhub_key_clonerโ Key Cloner
Copy the item images from the items folder into your inventory's image folder.
Start resources
Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:
ensure devhub_lib
ensure devhub_carThief[OPTIONAL] Add the devhub_laptop Crime Traders integration
Car Thief registers itself as a Crime Traders task in the devhub_laptop. If you use the laptop, ensure it before devhub_carThief so the app loads first:
ensure devhub_lib
ensure devhub_laptop
ensure devhub_carThiefThe integration is toggled with Config.LaptopConfig.enabled. Players can also join the queue by talking to the in-world Car Meet Contact NPC, so the laptop is not strictly required.
[OPTIONAL] Add the devhub_skillTree integration
Car Thief can award XP and apply skill perks through devhub_skillTree. Enable it with Config.SkillTree.enabled and ensure devhub_skillTree before devhub_carThief.
Restart your server
DO NOT CHANGE RESOURCE NAME