Fast Scripts
  • πŸ–οΈ Welcome!
  • πŸ“• Guide
    • Create Discord Webhook
    • πŸ€– Create Discord Bot Token
  • F SERΔ°ES
    • πŸ‘₯ Multicharacter V2
      • πŸ’‘ Installation
      • βš™οΈ Configuration
    • πŸš—Car Control
      • Installation
      • Configuration
    • πŸ₯ Health System
      • πŸ’‘ Installation
    • πŸš— Vehiclekeys
      • πŸ’‘ Installation
    • πŸš€ Spawn Selector
      • πŸ’‘ Installation
    • β›½Advanced Fuel
      • πŸ’‘ Installation
  • BRΔ°GHT SERΔ°ES
    • πŸ‘₯ Multicharacter
      • πŸ’‘ Installation
      • βš™οΈ Configuration
Powered by GitBook
On this page
  1. F SERΔ°ES
  2. πŸ₯ Health System

πŸ’‘ Installation

Installation guide of Health System Script

Step 1: Move resource

Extract the zip you downloaded from keymaster and drop the fast_damages folder in the resources folder.

Step 2: Start script

Start fast_damages in server.cfg.

ensure fast_damages 

⚑ Built-in Events

  1. TriggerEvent("fast_damages:heal", "part") This command heals a specific part of a player's body.

    • part: The body part to heal. Valid values:

      • 🧠 head (head)

      • πŸƒβ€β™‚οΈ body (body)

      • πŸ’ͺ leftarm (left arm)

      • πŸ’ͺ rightarm (right arm)

      • 🦡 leftleg (left leg)

      • 🦡 rightleg (right leg)

    Example usage:

    TriggerEvent("fast_damages:heal", "leftleg")

    This heals the player's left leg.

  2. TriggerEvent("fast_damages:revive") This command fully heals a player and revives them, restoring all body parts.

    • It completely revives the player and heals any damage to their body parts.

    Example usage:

    TriggerEvent("fast_damages:revive")

    This revives the player and heals all their body parts.

πŸ¦Έβ€β™‚οΈ Player Body Parts

A player's body parts can be damaged during gameplay. These are the available body parts:

  • 🧠 head: Head

  • πŸƒβ€β™‚οΈ body: Body

  • πŸ’ͺ leftarm: Left Arm

  • πŸ’ͺ rightarm: Right Arm

  • 🦡 leftleg: Left Leg

  • 🦡 rightleg: Right Leg

πŸ”„ Revive Command and Health Commands

If you revive a player using the default QB or ESX commands, it will also heal all of the player's damaged body parts. This means that when the player is revived, any damage to their body parts will be completely healed.


In this version:

  • πŸ₯ is used for the main section.

  • ⚑ for the "Built-in Events" section.

  • πŸ¦Έβ€β™‚οΈ for the "Player Body Parts" section.

  • πŸ”„ for the "Revive Command and Health Commands" section.

  • 🧠, πŸƒβ€β™‚οΈ, πŸ’ͺ, 🦡 are used for each body part.

This style should make the document more visually engaging and user-friendly. Let me know if you need further adjustments!

PreviousπŸ₯ Health SystemNextπŸš— Vehiclekeys

Last updated 4 months ago