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
Run this SQL query in your database.
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('lockpick', 'Lockpick', 1, 0, 1);

Note

Last updated

Was this helpful?