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`) VALUES
    ('weed', 'Marijuana', 10),
    ('weed_packaged', 'Packaged Marijuana', 10),
    ('cocaine', 'Cocaine', 10),
    ('cocaine_cut', 'Cut Cocaine', 10),
    ('cocaine_packaged', 'Packaged Cocaine', 10),
    ('meth', 'Methamphetamine', 10),
    ('chemicals', 'Chemicals', 10),
    ('meth_packaged', 'Packaged Methamphetamine', 10),
    ('sorted_money', 'Sorted Money', 10),
    ('package_money', 'Packaged Money', 10),
    ('police_stormram', 'Stormram', 18000),
    ('lockpick', 'Lockpick', 300);

Last updated