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

13 lines
No EOL
488 B
SQL

/*
Only for ESX with "weight" for items
For QBCore check documentation
*/
INSERT IGNORE `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('hacking_computer', 'Hacking computer', 1, 0, 1),
('thermal_charge', 'Thermal charge', 1, 0, 1),
('gas_mask', 'Gas mask', 1, 0, 1),
('drill', 'Drill', 1, 0, 1),
('gold_ingot', 'Gold ingot', 1, 0, 1),
('diamonds_box', 'Diamonds box', 1, 0, 1),
('painting', 'Painting', 1, 0, 1),
('lockpick', 'Lockpick', 1, 0, 1);