Trash Points

local binModel = `prop_bin_13a`

trashPoints = {
    trashPoint1 = {
        characterRestrictions = {
            'ABC:123',
        },
        
        jobRestrictions = {
            police = 2,
        },
        
        groupRestrictions = {
            police = 2,
        },

        position =  vector3(-217.82,-1324.33,30.89),

        props = {
            {
                position = vector3(-217.82,-1324.33,29.89),
                heading = 270.0,
                model = binModel,
            },  
        }  
       
    }
}

Last updated