QB Core Item

Add items to qb items.lua (qb-core/shared/items.lua)

 megaphone = { name = 'megaphone', label = 'Megaphone', weight = 200, type = 'item', image = 'megaphone.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },
 microphone = { name = 'microphone', label = 'Microphone', weight = 100, type = 'item', image = 'microphone.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = '' },

Last updated