add_ace group.YOURWANTEDGROUP command.deleteserver allow
add_ace group.YOURWANTEDGROUP command.tptoserver allow
add_ace group.YOURWANTEDGROUP command.toggleblip allow
add_ace group.admin command.deleteserver allow
add_ace group.admin command.tptoserver allow
add_ace group.admin command.toggleblip allow
If this doesnt work for you on QBCore do following:
add_ace qbcore.YOURWANTEDGROUP command.deleteserver allow
add_ace qbcore.YOURWANTEDGROUP command.tptoserver allow
add_ace qbcore.YOURWANTEDGROUP command.toggleblip allow
['crypto_server'] = {
label = 'Crypto Server',
},
['graphic_card'] = {
label = 'Graphic Card',
},
['power_supply'] = {
label = 'Power Supply',
},
["crypto_server"] = {name = 'crypto_server', label = 'Crypto Server', weight = 20000, type = 'item', image = 'crypto_server.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},
["graphic_card"] = {name = 'graphic_card', label = 'Graphic Card', weight = 2000, type = 'item', image = 'graphic_card.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = ''},
["power_supply"] = {name = 'power_supply', label = 'Power Supply', weight = 2000, type = 'item', image = 'power_supply.png', unique = false, useable = false, shouldClose = true, combinable = nil, description = ''},
['crypto_server'] = {
['name'] = 'crypto_server',
['label'] = 'Crypto Server',
['weight'] = 100,
['type'] = 'item',
['image'] = 'none.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = ''
},
['graphic_card'] = {
['name'] = 'graphic_card',
['label'] = 'Graphic Card',
['weight'] = 100,
['type'] = 'item',
['image'] = 'none.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = ''
},
['power_supply'] = {
['name'] = 'power_supply',
['label'] = 'Power Supply',
['weight'] = 100,
['type'] = 'item',
['image'] = 'none.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = ''
},