Job Inventories

jobInventories = {
    testInventory1 = {
        characterRestrictions = {
            'ABC:123',
        },
        
        jobRestrictions = {
            police = 2,
        },
        
        groupRestrictions = {
            police = 2,
        },

        position = vector3(-216.46,-1318.63,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
        },

        items = {
            'testEngine1',
            'testBlock1',
            'testComp1',
        },

        props = {
            {
                position = vector3(-216.46,-1318.63,29.9),
                heading = 90.0,
                model = toolBoxModel,
            },  
        }   
    }
}

Last updated