Production Machines

local cncModel = `gr_prop_gr_cnc_01c`

productionMachines = {
    testMachine1 = {
        characterRestrictions = {
            'ABC:123',
        },
        
        jobRestrictions = {
            police = 2,
        },
        
        groupRestrictions = {
            police = 2,
        },

        position = vector3(-213.75,-1331.08,30.89),

        animation = {
            ad = "pickup_object",
            anim = "putdown_low",
            blendIn = 5.0,
            blendOut = 1.5,
            duration = 1.0,
            flag = 48,
            playbackRate = 0.0,
            lockX = false,
            lockY = false,
            lockZ = false
        },

        recipes = {
            'customAspiration',
            'customBlock',
            'customConrods',
            'customCrankshaft',
            'customExhaust',
            'customFuel',
            'customHeaders',
            'customHeads',
            'customIntake',
            'customIntercooler',
            'customPistons',
            'customValves'
        },

        props = {
            {
                position = vector3(-213.66,-1333.17,29.9),
                heading = 180.0,
                model = cncModel,
            },  
        }       
    }
}

Last updated