Items
Setup items for ESX framework
INSERT INTO `items` (name, label) VALUES
('solarpanel', 'Solar Panel'),
('remotecontrol', 'Remote Control')
;ox_inventory
['solarpanel'] = {
label = 'Solar Panel',
weight = 150,
stack = false
},
['remotecontrol'] = {
label = 'Remote Control',
weight = 50,
stack = false
}You can change item names in config.lua
Items images:


Last updated