Installation
- Remove the old 
qb-phonefrom you server resources folder. - Place the file "qb-phone" in your drp folder, If drp folder in not available create one directory 
[drp]or you can just put it in your resources folder. - Add 
ensure [drp]in yourserver.cfgif not using drp folder then justensure qb-phone - Replace the old phone image with the new one provided in the img folder and paste it inside 
qb-inventory/html/images - Add the item to your items.lua(Available in qb-core/shared/items):
- Add Below code to 
qb-core/shared/items.lua 
 - Add Below code to 
 
    --drp phone
    ["vpn"]                  = {["name"] = "vpn",                   ["label"] = "VPN",          ["weight"] = 100,       ["type"] = "item",      ["image"] = "vpn.png",  ["unique"] = true,  ["useable"] = false,    ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "some sh**" },
- Head over to your 
qb-core/server/Player.lua - Paste the below code into your metadata.
 
    PlayerData.metadata['crypto'] = PlayerData.metadata['crypto'] or {
        ["shung"] = 0,
        ["gne"] = 0,
        ["xcoin"] = 0,
        ["lme"] = 0
    }
- If you are using default qb-garage then open the qb-garages/config.lua and replace the first line
 
Config = {}
to
Config = Config or {}
- Restart your server.
 
Phone Camera Setup
- Go to your 
config.luafile. - Create a webhook on (discord) and copy the link.
 - going to line 18 there you will find 
Config.Webhook = '', paste you webhook inside the quote. - Restart the server and camera will start working.
 
Database Setup
- If you server havent been running previously then go ahead and run the provided SQL file in your database.
 - If your server has been running qb-phone previously please update your sql while being carefull and take a backup of your database, so you have no data lost.
 - After the SQL setup you can now drop the resource into your server and start it up while you conduct the next steps.