1
0
Fork 0
forked from Simnation/Main
Main/resources/[creator]/jobs_creator/sql/items_weight.sql
2025-06-07 08:51:21 +02:00

12 lines
No EOL
373 B
SQL

/*
Only for ESX with "weight" for items
For QBCore check documentation
*/
INSERT IGNORE `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('fixkit', 'Fix kit', 1, 0, 1),
('medikit', 'Medikit', 1, 0, 1),
('sponge', 'Sponge', 1, 0, 1),
('handcuffs', 'Handcuffs', 1, 0, 1),
('lockpick', 'Lockpick', 1, 0, 1),
('bandage', 'Bandage', 1, 0, 1);