LogoLogo
Discord
  • Project Sponsors
    • ✍️JetBrains
    • 📚GitBook
    • 🗃️Pleb Masters: Forge
    • 🎥KakarotDevs
  • Guides
    • 🪟Windows Installation
    • 🐧Linux Installation
    • 🔓Setting Permissions
    • 🚀Script Optimization
    • 📑Miscellaneous Guides
    • 📝Visual Studio Code
    • 🔗Useful Links
  • QB-Core
    • Core Object
    • 📊Player Data
    • 📜Shared
    • ↗️Shared Exports
    • 💬DrawText
    • 🎮Client Event Reference
    • 🎮Client Function Reference
    • 🖥️Server Event Reference
    • 🖥️Server Function Reference
    • ❗Commands
  • QBCore Resources
    • 🔧qb-adminmenu
    • 🚑qb-ambulancejob
    • 🏨qb-apartments
    • 🏦qb-banking
    • 💰qb-bankrobbery
    • 🚌qb-busjob
    • 🏢qb-cityhall
    • 👕qb-clothing
    • 🪙qb-crypto
    • 🤿qb-diving
    • 🚪qb-doorlock
    • 💊qb-drugs
    • ⌚qb-fitbit
    • ⛽qb-fuel
    • 🚘qb-garages
    • 🚛qb-garbagejob
    • 🌭qb-hotdogjob
    • 🔫qb-houserobbery
    • 🏡qb-houses
    • ℹ️qb-hud
    • 📝qb-input
    • 🏠qb-interior
    • 🎒qb-inventory
    • 💎qb-jewelry
    • 🏁qb-lapraces
    • 🔃qb-loading
    • 👔qb-management
    • 🧑‍🔧qb-mechanicjob
    • ↖️qb-menu
    • qb-minigames
    • 🙋qb-multicharacter
    • 📰qb-newsjob
    • 🤑qb-pawnshop
    • 📱qb-phone
    • 👮qb-policejob
    • 🔐qb-prison
    • 🔄qb-radialmenu
    • 📻qb-radio
    • ♻️qb-recyclejob
    • 📋qb-scoreboard
    • 🔋qb-scrapyard
    • 🏪qb-shops
    • 📚qb-smallresources
    • 🗺️qb-spawn
    • 🔫qb-storerobbery
    • 🏎️qb-streetraces
    • 🚕qb-taxijob
    • 🛻qb-towjob
    • 👁️qb-target
    • 🚛qb-truckerjob
    • 🔫qb-truckrobbery
    • 🔑qb-vehiclekeys
    • 📄qb-vehiclesales
    • 🚗qb-vehicleshop
    • 🍇qb-vineyard
    • 🔫qb-weapons
    • 🌤️qb-weathersync
    • 🌿qb-weed
Powered by GitBook

Community

  • Discord
  • Guilded
  • Reddit

Social Media

  • YouTube
  • Facebook
  • Twitch

@ 2025 QBCore Framework

On this page
  • Introduction
  • Preview
  • Configuration
  • General
  • Phone applications
  • Application store
  • Commands

Was this helpful?

Edit on GitHub
  1. QBCore Resources

qb-phone

Look up would ya?

Previousqb-pawnshopNextqb-policejob

Last updated 3 years ago

Was this helpful?

Introduction

  • Receive emails

  • Post tweets

  • Post advertisements

  • Player to player communication via calling and texting

  • Check their stored vehicles or tracking down lost ones on the qb-garages app

  • Check bank balance and pay bills on the qb-banking app

  • Buy/sell/transfer on the qb-crypto app

  • Compete in races through the qb-lapracesapp

  • View owned houses and give out keys on the qb-houses app

  • View the amount of specific online jobs

  • Take photos and view them in the gallery

Preview

Configuration

Make sure to add any additional jobs to the config under billing commissions!

General

Config = {}
Config.MaxSlots = 20 -- maximum amount of home screen application slots
Config.BillingCommissions = { -- list job names and the commission amount they get
    mechanic = 0.10 -- commission percentage
}
Config.Linux = false -- if using linux operating system (stores date vs time)
Config.TweetDuration = 12 -- how many hours to load tweets
Config.RepeatTimeout = 2000 -- timeout in milliseconds before repeating call
Config.CallRepeats = 10 -- how many times the call will repeat before hanging up

Phone applications

Config.PhoneApplications = {
    ["phone"] = { -- phone application name
        app = "phone", -- phone application name
        color = "#04b543", -- phone application color
        icon = "fa fa-phone-alt", -- phone application icon
        tooltipText = "Phone", -- text that shows when hovering over application
        tooltipPos = "top", -- location of pop-up text when hovering over app
        job = false, -- 
        blockedjobs = {}, -- block specific jobs from accessing this app
        slot = 1, -- the slot the app shows in on the home screen
        Alerts = 0, -- 
    },
}

Application store

This feature is currently under construction and does not function!

Config.StoreApps = {}

Commands

Players can change the open phone key via their in-game keybind settings

Make sure to add any additional jobs to the config under billing commissions!

  • /phone - Open phone (keymapped)

  • /bill - Allow players to bill others

📱
Home