FrameWork

Framework Configuration

Warning, the script is completely STANDALONE and comes with some framework configurations already ready for

ESX - QBCORE - QBOX - vRP/vRPEX

To ensure compatibility with your server's framework, you need to make adjustments in the script. Follow the steps below:

1. Configuring the Framework

Open the shared/functions.lua file located in the script's folder. Find the following line:

FrameWork = 'ESX'

If your server uses QBCore, or ANOTHER Framework, put the name corresponding to your framework change the line to:

FrameWork = 'QBcore'-- QBcore FRAMEWOR
FrameWork = 'QBOX' -- QBOX FRAMEWORK
FrameWork = 'vRP' -- vRP FRAMEWORK
FrameWork = 'creative' -- Creative FRAMEWORK

If your server does not use any of the frameworks available in the configuration, set the framework to standalone by changing the line to:

FrameWork = 'standalone'

Put the name as it is available above

Atualizado