🎉 Driving School is released. Read more →
Paid Scripts
Housing
Integrations
Other Scripts
Qb Radialmenu

QB Radialmenu

Replace the house interaction with these values.

qb-radialmenu/config.lua
            {
                id = 'house',
                title = 'House Interaction',
                icon = 'house',
                items = {
                    {
                        id = 'managehouse',
                        title = 'Manage Homes',
                        icon = 'key',
                        type = 'client',
                        event = 'Housing:client:ManageOwnedHomes',
                        shouldClose = true
                    },
                    {
                        id = 'togglelock',
                        title = 'Toggle Doorlock',
                        icon = 'door-closed',
                        type = 'client',
                        event = 'Housing:client:LockCurrentHome',
                        shouldClose = true
                    },
                    {
                        id = 'decoratehouse',
                        title = 'Decorate House',
                        icon = 'box',
                        type = 'client',
                        event = 'Housing:client:Furnish',
                        shouldClose = true
                    },
                    {
                        id = 'houseLocations',
                        title = 'Interaction Locations',
                        icon = 'house',
                        items = {
                            {
                                id = 'setoutift',
                                title = 'Add Wardrobe',
                                icon = 'shirt',
                                type = 'client',
                                event = 'Housing:client:CreateWardrobe',
                                shouldClose = true
                            }
                        }
                    }
                }
            }