Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.5 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.5 KB

FiveM Axon Body 3

Patreon Discord

Table of Contents

About

The most realistic Axon Body 3 script, based off of RCPisAwesome's Axon Body Camera.
img
img

Image 1: a real AB3 overlay
Image 2: this script

TFNRP’s Axon Body 3 script’s goal is to be as realistic as possible, with future plans for more audio files the real Axon Body 3 uses.

Installation

Clone from Git or download manually

$ git clone https://github.com/TFNRP/axonbody3.git

Features

  • Supports the TFNRP framework to allow use for LEO.
  • Just like the real thing. Beeps every 2 minutes whilst recording, audible to nearby players.
  • Realistic overlay, with the same font used by Axon, ISO-8601 date format and transparent Axon logo.
  • Maximum server performance. Everything that can be done client-side, is.
  • Two commands included:
    • /axon, /axonon, /axonoff - Starts/stops Axon recording
    • /axonhide, /axonshow - Hide/show the first-person overlay

Configuration

All config variables are client-side and only computed on a client's machine.

property type description
CommandAccessHandling function handling used to verify if the client should be able to enable AB3
CommandAccessAce string|nil Use ACL to determine whether the client should be able to enable AB3
CommandBinding string|nil keybind to use for on/off command. can be nil for no keybind
ThirdPersonMode boolean whether the axon overlay is also visible in third person

Credits

Special thanks to RCPisAwesome for allowing me to use his Axon beep sound.

Screenshots

img

Contributing

Please read Contributing before submitting a pull request.