Installation Guide
Follow these steps for flawless instalation:
Download the script from your keymaster.
Place the script into your server resource folder:
FXServer\server-data\resources\fivecode_carkeys
Write the script into your server.cfg:
ensure fivecode_carkeys
Setup your inventory - ox, qb, qs, aq:
Configure everything to your liking in Config.lua.
Add the following into your database:
CREATE TABLE IF NOT EXISTS `vehicle_keys` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `vehId` VARCHAR(50) NULL DEFAULT NULL COMMENT 'num or society (Universal key)' COLLATE 'utf8mb4_general_ci', `isActive` TINYINT(4) NOT NULL DEFAULT '1', `isStored` TINYINT(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) USING BTREE );
Restart your inventory script and start fivecode_carkeys, or restart your server.
Enjoy the script!
[Optional] If you want to have item image in your inventory, place the image bellow here: -
ox_inventory\web\images
-qs-inventory\html\images
-qb-inventory\html\images
-aq-inventory\html\items
If you need help with anything else, do not hesitate and open a support ticket in our discord.
Last updated
Was this helpful?