esx_inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('weed_white-widow', 'White Widow', 1, 0, 1),
('weed_skunk', 'Skunk', 1, 0, 1),
('weed_purple-haze', 'Purple Haze', 1, 0, 1),
('weed_og-kush', 'OG Kush', 1, 0, 1),
('weed_amnesia', 'Amnesia', 1, 0, 1),
('weed_white-widow_seed', 'White Widow Seed', 1, 0, 1),
('weed_skunk_seed', 'Skunk Seed', 1, 0, 1),
('weed_purple-haze_seed', 'Purple Haze Seed', 1, 0, 1),
('weed_og-kush_seed', 'OG Kush Seed', 1, 0, 1),
('weed_amnesia_seed', 'Amnesia Seed', 1, 0, 1);

Last updated