๐ก 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.
โก Built-in Events
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:
This heals the player's left leg.
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:
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!
Last updated