02.02.2013, 12:40
DamageBar - Show damage on players head!
version: 0.2.1
Explanation
When you damage player (armour or health) the FS will automatically create 3Dtext on players head.
After some time the text will blow up.
Screenshots




Settings
You can simply change FS settings by editing those lines:
Credits
Download
Pastebin - http://pastebin.com/Wf9x4j8H
Bugs & Suggestions
Enjoy!
version: 0.2.1
Explanation
When you damage player (armour or health) the FS will automatically create 3Dtext on players head.
After some time the text will blow up.
Screenshots




Settings
You can simply change FS settings by editing those lines:
pawn Код:
#define COLOR_BAR 0xFF0000FF // First color of 3DText
#define HEALTH_LENGTH 3 // Max langth of damage (100 is 3, 10 is 2, 1 is 1)
#define HEALTH_DRAW 30.0 // Draw distance for the 3DText
#define HEALTH_OFFSET 0.2 // First 3DText offset
#define HEALTH_OFFSETADD 0.01 // Add every update to 3D offser - commant to disable
#define COLOR_DELETE 10 // Color brightnes to delet every update
#define TIME_FIRST 400 // Time from creation to first update
#define TIME_BLOW 66 // Time from update tp update
Quote:
Thanks to: - RaFaeL - Scripter, PAWN - SA:MP team - SA:MP |
Pastebin - http://pastebin.com/Wf9x4j8H
Bugs & Suggestions
Quote:
Known bugs: * None |
Quote:
Suggestions: * None |