Randolio Development
  • 👤Welcome
  • 💰Paid Scripts
    • 🏥Medical
      • ❌DEPENDENCIES
      • ❗QBCore Installation
      • ❗QBOX Installation
      • ❗ESX Installation
      • 💻Event/Functions
      • 👨‍💻Exports
      • 🤓Configuration
    • 📱ATM Hacking
    • ⛅Weather Sync
    • 🏚️Stash Houses
    • 💄Female Bundles
      • 🤖Discord Bot
      • 💻Exports
      • ➕Items/Images
    • 🪄Witchcraft
    • 🔌Gun Plugs
    • 📹News Job
    • 🗒️Vehicle List
Powered by GitBook
On this page
  • Client Exports
  • Reporter Tools
  • Server Exports
  1. Paid Scripts

News Job

A weazel news job with a custom overlay, built in dispatch system and utilities for reporters.

Client Exports

Custom Alert Example:

local coords = GetEntityCoords(PlayerPedId())
exports.randol_newsjob:SendAlert({
    title = 'FLEECA BANK ROBBERY',
    coords = coords,
    description = 'An alarm has been tripped at Fleeca Bank on Hawick Avenue.',
    icon = 'fa-building-columns',
    blip = { sprite = 272, label = 'Bank Robbery', color = 1, scale = 1.2, flash = true}
})

Preset Alert:

-- coords is optional. If not defined, it'll grab the ped's coords.
exports.randol_newsjob:ShotsFired(coords)

Return exports:

exports.randol_newsjob:isOverlayDisplayed() -- returns boolean
exports.randol_newsjob:isCameraActivated() -- returns boolean

Reporter Tools

Default keybind is F9. Can be changed in your FiveM settings.

Server Exports

If you wish to use the news stand feature, you must implement this server side export into your jail script where a player gets sent to jail. If you cannot provide a reason, it will default to 'undisclosed'. I will not help you with this, it's relatively simple.

exports.randol_newsjob:SentToJail(id, time, reason)
PreviousGun PlugsNextVehicle List

Last updated 1 month ago

💰
📹