Delivery Points

deliveryPoints = {
    testPoint1 = {
        characterRestrictions = {
            'ABC:123',
        },
        
        jobRestrictions = {
            police = 2,
        },
        
        groupRestrictions = {
            police = 2,
        },

        position = vector3(-205.87,-1327.62,30.89),
    }
}

Last updated