English | Русский
AMX Mod X plugin for Counter-Strike.
The plugin adds a duel health bar for the Deathrun Mod.
The configuration is done in the source file:
#define COLORED_LIFEBAR // Use a colored lifebar (to disable colors, delete or comment out)
#define COLOR_RED Float: { 255.0, 0.0, 0.0 } // Lifebar color for the terrorist team
#define COLOR_BLUE Float: { 0.0, 0.0, 255.0 } // Lifebar color for the counter-terrorist team
#define LIFEBAR_RENDERMODE kRenderTransTexture
#define LIFEBAR_RENDERAMT 255.0
#define LIFEBAR_SCALE 0.2 // Lifebar size
new const LIFEBAR_MODEL[] = "sprites/next21_efk/lifebar_numeric.spr" // Lifebar model (sprites/next21_efk/lifebar_def.spr for linear form)