Firestorm
07-09-2006, 11:15 AM
// DESCRIPTION:
// ============
//
// This plugin will add a little bit of realism to your DoD server,
// as player's stamina is set to reflect their health.
// so a player with 100hp has 100% Stamina available while
// a player with 27hp only has 27% Stamina available.
// Intention of this is that players that only have low health
// left can't run/jump across the map like if their condition
// was fine!
// Players recover their whole Stamina on respawn.
// USAGE (cvar for amxx.cfg):
// ===========================
//
// dod_staminahp_enabled <1/0> = enable/disable plugin by default
// CHANGELOG:
// ==========
//
// - 03.08.2005 Version 0.5beta
// Initial Release
// ============
//
// This plugin will add a little bit of realism to your DoD server,
// as player's stamina is set to reflect their health.
// so a player with 100hp has 100% Stamina available while
// a player with 27hp only has 27% Stamina available.
// Intention of this is that players that only have low health
// left can't run/jump across the map like if their condition
// was fine!
// Players recover their whole Stamina on respawn.
// USAGE (cvar for amxx.cfg):
// ===========================
//
// dod_staminahp_enabled <1/0> = enable/disable plugin by default
// CHANGELOG:
// ==========
//
// - 03.08.2005 Version 0.5beta
// Initial Release