Installation guide
Script download: Click here
SQL.
Create the items.
ESX
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('baby_water', 'Baby Water', 1, 0, 1),
('baby_food', 'Baby Food', 1, 0, 1),
('baby_medikit', 'Baby Medikit', 1, 0, 1);QBCORE
Items images
Check the config file.
Last updated