[3] Custom Features

-- This script has more than 500 door models in its database. This means that, when executed, the script will search through those doors for a target. If you have custom door models in your maps, then add the hash and model name here.
Custom_Doors = {
    --[[ EXAMPLE:
    {  
        Hash = 1977105237,
        Model = 'v_ilev_tow_doorlifta', -- OPTIONAL 
    },
    ]]
}

-- This function will disable the barricade feature for that specific door. Make sure to enter the exact coordinates of the door. 
Blacklist_Doors = {
    --[[ EXAMPLE: 
    {  
        xCoordinate = 1855.12,
        yCoordinate = 3683.31, 
        zCoordinate = 34.27,
    },
    ]]
}

Last updated