Your cart is empty.
Browse ShopArticles
CarcolsFixer folder into your server''s resources/ directory — the same folder that contains your other FiveM resources.server.cfg and add the following line so FiveM allows Carcols Fixer to run its child process:
add_unsafe_child_process_permission CarcolsFixer
Carcols Fixer launches a short-lived helper process to scan and rewrite your carcols and carvariations files. FiveM requires resources to declare this with add_unsafe_child_process_permission. Without this line, the resource will fail to start.
config.json file inside the CarcolsFixer folder. You will see this structure:
{
'licensekey': 'LICENSE_KEY_HERE',
'skipResources': [ 'PATH/TO/RESOURCE', 'PATH/TO/RESOURCE2' ],
'checkSirenIDs': true,
'checkLightIDs': true,
'checkModkitIDs': true
}
LICENSE_KEY_HERE with the license key from your license page.skipResources lets you tell Carcols Fixer to ignore specific resources. Paths must be absolute (e.g. /home/fxserver/server-data/resources/NORTHERNMODS), wrapped in double quotes, and separated by commas.
checkSirenIDs to false to skip checking sirenSettings IDs.checkLightIDs to false to skip checking lightSettings IDs.checkModkitIDs to false to skip checking modKit IDs.To make sure the resource works correctly, do not modify any file other than config.json.
Next: Starting the resource →