Installation

Welcome to our ATM Robbery Installation Documentation. This documentation provides a comprehensive walkthrough for installing and configuring our assets seamlessly, ensuring optimal performance and integration .

First, you need to add this item in qb-core .

    hard_disk = {
        name = 'hard_disk',                        
        label = 'Hard Disk',                
        weight = 20,            
        type = 'item',         
        image = 'hard_disk.png',                 
        unique = true,          
        useable = false,    
        shouldClose = true,      
        description = 'disk Data Atm .'
    },

Last updated