Common problems
Last updated
Last updated
Files were possibly corrupted during transfer. Ensure hidden files are copied; the .fxap file in a protected resource must be included. Some FTP programs skip these files.
Try restarting your server and make sure your server license key is correct. If you bought the resource on the wrong account, you can transfer it to another account on keymaster.
If you use ox_lib, make sure you add shared_script '@ox_lib/init.lua'
to fxmanifest.lua
. If you don't use ox_lib, set Config.UseOxLib
to false.
Make sure you import the sql included with the script to your server's database. If you are unsure how to do this, you can lookup a tutorial on Youtube for example.
Go to locales/en.lua
(or the file for your chosen language) and update the symbol there.
If you are using esx_tk_mechanicjob and want to change from euro to USD:
Go to html/script.js
and change every
Intl.NumberFormat('fi-FI', { style: 'currency', currency: 'EUR' })
to:
Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' })
(other currencies can also be used by changing the 'en-US'
and currency: 'USD'
)
You need to add names for all your addon vehicles using AddTextEntry
. This can be placed in any client-side script. For example:
For other issues, first make sure you have the latest version of the script downloaded from Cfx.re Keymaster. If the issue persists, make sure you read through the README file of the script and check the "Common problems" of that certain script in our documentation (if such page exists). If after all that the script still doesn't work, then open a ticket in our Discord and we will assist you.