Using the allowlist

The allowlist.lua file is an optional mode where users can make dynamic not execute in a car, or solely execute in cars that are listed there. Simply add the spawn hash of the vehicle you wish, and select the allow list mode in the physicsData.lua file. Example:

allowList = {
    "tenf",
    "nero",
    "futo",
    "sultan2",
}

Last updated