Items
List of usable items that interact with cd_garage systems.
Chat CommandsEventsExportsKeysItems
Note
These are the items supported by cd_garage. You can add, rename, or modify them in [configs/config.lua]
.
Lockpick
Used to attempt unlocking a locked vehicle. Players can trigger the lockpicking process when near a locked car.
lockpick
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('lockpick', 'Lockpick', 1, 0, 1);
['lockpick'] = {['name'] = 'lockpick', ['label'] = 'Lockpick', ['weight'] = 500, ['type'] = 'item', ['image'] = 'lockpick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Lockpick the closest vehicle'}lua
Last updated
Was this helpful?