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
('adrenaline', 'Adrenaline Injector', 50),
('antibiotic', 'Antibiotic Pills', 20),
('burn_gel', 'Burn Gel', 30),
('burncream', 'Burn Cream', 40),
('defib', 'Defibrillator', 2500),
('epinephrine', 'Epinephrine Shot', 40),
('hemostatic_agent', 'Hemostatic Agent', 25),
('icepack', 'Ice Pack', 150),
('medbag', 'Medical Bag', 1200),
('medikit', 'First Aid Kit', 800),
('morphine', 'Morphine Syringe', 35),
('painkiller', 'Painkillers', 25),
('sedative', 'Sedative Syringe', 30),
('self_sedative', 'Liquid Sedative', 30),
('stretcher', 'Stretcher', 1500),
('suturekit', 'Suture Kit', 300),
('tweezers', 'Tweezers', 100);
Last updated