Skip to content

AMX Mod X plugin for creating duel health bar for the Deathrun Mod

Notifications You must be signed in to change notification settings

Next21Team/Deathrun-Duel-Lifebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deathrun Duel Lifebar

English | Русский

Deathrun Duel Lifebar

AMX Mod X plugin for Counter-Strike.

The plugin adds a duel health bar for the Deathrun Mod.

Configuration

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)

Numeric Lifebar

Requirements

Authors

About

AMX Mod X plugin for creating duel health bar for the Deathrun Mod

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages