Step 4

Database

Do not start the resource without first having installed the complete database, if you start the resource in the database, you will get critical errors

Database Items

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('cocaine', 'Cocaine', 1, 0, 1),
('cocaine_cut', 'Cocaine cut', 2, 0, 1),
('cocaine_packaged', 'Cocaine packet', 3, 0, 1),
('weed', 'Marijuana', 1, 0, 1),
('weed_packaged', 'Weed packet', 2, 0, 1),
('chemicals', 'Chemicals', 1, 0, 1),
('meth', 'Methamphetamine', 2, 0, 1),
('meth_packaged', 'Meth packet', 3, 0, 1),
('sorted_money', 'Sorted Money', 1, 0, 1),
('package_money', 'Package Money', 1, 0, 1);

Last updated