QBCore instalation
-- if "STANDALONE" is on true, nothing under will take effect.
Framework = {
STANDALONE = false,
ESX = false,
QBCORE = true,
}
-- if "DISABLE_MYSQL" is on true, nothing under will take effect.
MySQLFramework = {
DISABLE_MYSQL = false,
MYSQL_ASYNC = false,
GHMATTI_MYSQL = false,
OXMYSQL = true,
}['spray'] = {['name'] = 'spray', ['label'] = 'Spray', ['weight'] = 500, ['type'] = 'item', ['image'] = 'spray.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Spray paint can'},
['spray_remover'] = {['name'] = 'spray_remover', ['label'] = 'Spray Remover', ['weight'] = 500, ['type'] = 'item', ['image'] = 'spray_remover.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Removes graffiti'},Last updated