BHD Scripts
  • 📚Documentation
  • Scripts
    • 🖥️BHD Bossmenu
      • Dependencies
      • Instalation
      • Configuration
        • Society Money Log
      • Errors
    • 🚗BHD Garage
      • Dependencies
      • Instalation
      • Configuration
      • Server Configuration
      • Commands
      • Errors
      • Developer Options
        • Exports
          • Client Exports
          • Server Exports
            • Vehicle Object
        • Events
        • Editable Files
          • Client
          • Server
            • editable_server.lua
            • functions.lua
        • Vehicle Images
    • 📜BHD MOT
      • Dependencies
      • Instalation
      • Configuration
    • 🐾BHD Animal Tracker
      • Dependencies
      • Instalation
      • Configuration
Powered by GitBook
On this page
  • Item Name
  • Zones
  1. Scripts
  2. BHD Animal Tracker

Configuration

This page explains all the configurable options available in the config.lua file.

config.lua
Config = {
    itemName = "animal_tracker",
    CommandName = "hafo"
}

Item Name

Config.itemName = "animal_tracker"
  • The item name for tracking collar.


Zones

Config.CommandName = "hafo"
  • Command to open the UI for tracking.

PreviousInstalation

Last updated 10 days ago

🐾