Neons Reloaded
Purchase
Installation
Standalone
QBCore
QBCore
Put the
rtx_neonsreloadedfolder into yourresources.Open
config.lua.Replace
Config.Framework = "standalone"withConfig.Framework = "qbcore".Configure your
config.luato your preferences.Upload
sql/sql_QBCORE.sqlfile to your MySQL database.Add new items to
qb-core/shared/items.lua— items names:neonkit,neonremote.
Example lines for items.lua:
['neonkit'] = {['name'] = 'neonkit', ['label'] = 'Neons Kit', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'neonkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Neons Kit'},
['neonremote'] = {['name'] = 'neonremote', ['label'] = 'Neons Remote', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'neonremote.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Neons Remote'},
Open
fxmanifest.luaand edit it as shown in this screenshot: https://i.imgur.com/LWaYxz7.png — remove--from line 11, or replace line 11 with'@oxmysql/lib/MySQL.lua',.Add
rtx_neonsreloadedto yourserver.cfg.
ESX
ESX
Put the
rtx_neonsreloadedfolder into yourresources.Open
config.lua.Replace
Config.Framework = "standalone"withConfig.Framework = "esx".Configure your
config.luato your preferences.Upload
sql/sql_ESX.sqlfile to your MySQL database.Open
fxmanifest.luaand edit it as shown in this screenshot: https://i.imgur.com/yoULcX4.png — remove--from line 10, or replace line 10 with'@mysql-async/lib/MySQL.lua',.Add
rtx_neonsreloadedto yourserver.cfg.
Notes
This page contains simple installation instructions only.
More detailed instructions, exports, events and developer-related information can be found directly inside the product folder after downloading the resource from the CFX Asset Portal.
Support
If you need help with installation, configuration or have any questions regarding this resource, feel free to contact us on our Discord server:
Last updated