Badger Docs
  • Welcome to Badger Docs
  • Badger's Website
  • Badger's Discord
  • 20% off hosting | Use Code: TheWolfBadger-4765
  • Fivem General Help
    • Updating Server Binaries
    • ACE Permissions
    • Getting Discord Role IDs
    • Setting up a Discord Webhook
    • Discord identifier not found
    • How to set up a Git Repository for my server
  • Fivem Discord Scripts
    • Introduction
    • BadgerTools
    • DiscordChatRoles
    • DiscordAcePerms
    • DiscordPedPerms
    • DiscordWeaponPerms
    • DiscordVehiclesRestrict
    • DiscordTagIDs
    • PoliceEMSActivity
    • BadgerCopChat
    • DiscordDonatorPerks
    • Badger-911
    • Bad-Scoreboard
    • Bad-DiscordQueue
    • Badger_Discord_API
      • Installation
      • GetRoleIdFromRoleName
      • CheckEqual
      • IsDiscordEmailVerified
      • GetDiscordEmail
      • GetDiscordName
      • GetDiscordAvatar
      • GetDiscordNickname
      • GetDiscordRoles
      • GetGuildIcon
      • GetGuildSplash
      • GetGuildName
      • GetGuildDescription
      • GetGuildMemberCount
      • GetGuildOnlineMemberCount
      • GetGuildRoleList
    • DiscordVehicleRestrictions
  • Fivem Misc. Scripts
    • Introduction
    • BadgerAnims
    • BadgerBankRobbery
    • VehicleTrustSystem
    • PedTrustSystem
    • BadgerVoting
    • BadgerTracer
    • Fivem Keybase Anticheat
    • DiscordReports
    • Badger-Priorities
    • Badssentials
    • BadgerStockMarket
    • Badger-Anticheat
    • Badger_Jailing
    • BadgerFires
    • Multiverse-World-Manager
  • Badger Software
    • Introduction
    • FivemDiscordPerms
    • BadgerTrustSystem+
    • BadgerStaffPanel
    • ResourceEventScrambler
    • CollectiveBot
  • Archived Projects
  • SimpleRoleBot
  • EssentialBot
Powered by GitBook
On this page
  • Badger-911
  • What is it?
  • Badger's Discord Community
  • Dependency
  • Screenshots
  • Commands
  • Configuration
  • Download

Was this helpful?

  1. Fivem Discord Scripts

Badger-911

PreviousDiscordDonatorPerksNextBad-Scoreboard

Last updated 4 years ago

Was this helpful?

Badger-911

What is it?

Badger-911 is a simple, but efficient 911 script for your server. 911 calls are only displayed to those who have a police discord role on your discord server. When someone calls in 911, the call will only be relayed to the cops on the server. There is also a webhook in which you can set up to print the 911 transmissions in as well. What makes this 911 script stand out though is responding to calls. Instead of needing someone to give a postal in the 911 transmission or need them to say where, you can get their exact location the call was made from. Using the command /resp <response code> will set your waypoint on the map to the location the call was made at! Now, that's pretty cool.

Badger's Discord Community

Dependency

Screenshots

Commands

/911 <info> - Call 911 for a situation

/resp <response code> - Respond to the 911 call with this response code

Configuration

Found in the server.lua file:

--- CONFIG ---
webhookURL = ''
prefix = '^5[^1911^5] ^3';
roleList = {
    ['SAHP'] = 1,
    ['BCSO'] = 1,
    ['BCPD'] = 1,
    ['CO'] = 1,
    ['Fire & EMS'] = 1,
}
  • Replace the 1s with the role IDs of your corresponding discord roles... (You should all know the drill by now)

Download

Webhook example
Using /911
Setting waypoint via /resp <response code>
Developer Discord
LogoGitHub - JaredScar/Badger_Discord_API: A FiveM API Script [created by Badger]GitHub
LogoGitHub - JaredScar/Badger-911: A Fivem ScriptGitHub