Your cart is empty.
Browse ShopArticles
If something is not behaving the way you expect, check the issues below before reaching out for support.
This can happen on servers with a very large number of resources. To work around it, disable all but one of the checks at a time. For example, in config.json:
{
'licensekey': 'LICENSE_KEY_HERE',
'skipResources': [ 'PATH/TO/RESOURCE', 'PATH/TO/RESOURCE2' ],
'checkSirenIDs': true,
'checkLightIDs': false,
'checkModkitIDs': false
}
Run the resource once with that configuration. Once it finishes, re-enable a different check and run it again. Repeat until all three checks have been run individually.
<PATH>: Couldn't find any ID, will use a random numberThe message means there are more than 255 different sirenSettingsIDs on your server, which is the hard limit in GTA V.
There is no server-side workaround for this limit. The only known fix is a client-sided script — SirenSetting Limit Adjuster — which only fixes the issue for clients who have it installed.
Note: <PATH> in the message refers to the path of a carvariations or carcols file.
<PATH>: Unexpected close tagThis means the carcols or carvariations file at the path in the error has invalid XML syntax. Open the file and check the tags — most often there is a stray </Item>, an unclosed element, or a mismatched tag near the bottom of the file.
Note: <PATH> refers to the path of the offending carvariations or carcols file.
Contact us at Email and a member of the team will help you out.