Rencikas / qb-phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qb-phone

Advanced Phone for QB-Core Framework 📱

Dependencies

Screenshots

Home Bank Advert Mail Garage Garage Detail services Houses Racing Crypto Gallery MEOS Twitter Settings Whatsapp Phone

Features

  • Garages app to see your vehicle details
  • Mails to inform the player
  • Banking app to see balance and transfer money
  • Racing app to create races
  • App Store to download apps
  • MEOS app for polices to search
  • Houses app for house details and management

Installation

Manual

  • Download the script and put it in the [qb] directory.
  • Import qb-phone.sql in your database
  • Add the following code to your server.cfg/resouces.cfg
ensure qb-core
ensure screenshot-basic
ensure qb-phone
ensure qb-policejob
ensure qb-crypto
ensure qb-lapraces
ensure qb-houses
ensure qb-garages
ensure qb-banking

Configuration


Config = Config or {}

Config.RepeatTimeout = 2000 -- Timeout for unanswered call notification
Config.CallRepeats = 10 -- Repeats for unanswered call notification
Config.OpenPhone = 244 -- Key to open phone display
Config.PhoneApplications = {
    ["phone"] = { -- Needs to be unique
        app = "phone", -- App route
        color = "#04b543", -- App icon color
        icon = "fa fa-phone-alt", -- App icon
        tooltipText = "Phone", -- App name
        tooltipPos = "top",
        job = false, -- Job requirement
        blockedjobs = {}, -- Jobs cannot use this app
        slot = 1, -- App position
        Alerts = 0, -- Alert count
    },
}

Setup Webhook in server/main.lua for photos

Set the following variable to your webhook (For example, a Discord channel or Imgur webhook)

To use Discord:

  • Right click on a channel dedicated for photos
  • Click Edit Channel
  • Click Integrations
  • Click View Webhooks
  • Click New Webhook
  • Confirm channel
  • Click Copy Webhook URL
  • Paste into WebHook in server/main.lua
local WebHook = ""

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 36.5%Language:CSS 26.5%Language:Lua 23.8%Language:HTML 13.1%