AHHHHHHH!!!!!!! Ich habs in deinen Einstellungen Gesehen!!!!
Diese Option hatte ich gar nicht!!!!!!!
Wer lesen kann ist klar im Vorteil! Also Option2 nehmen und alles wird gut!
//*************************************************************************
**************************************************
// Health regeneration
//*************************************************************************
**************************************************
// Use health regeneration (0 = no, 1 = yes) (default 0)
set ace_healthregen "0"
// Use this to override the behaviour of the health regeneration system
//
// Developed by Wanna Ganoush --
www.anarchic-x.com
// More info here:
http://www.iwnation.com/Forums/index.php?showtopic=16712
//
// 0 = implements IW's "flmykmodd" model (default)
// 1 = implements IW's "intended" model
// 2 = implements "healing regen limits" model
// 3 = implements "healing regen limits" and "pain"
set ace_regenmethod 1
//*************************************************************************
**************************************************
// Player maxhealth
//*************************************************************************
**************************************************
set scr_player_maxhealth "50"
//*************************************************************************
**************************************************
// Bleeding (use when healthregen is off)
//*************************************************************************
**************************************************
// when a player is hurt, you can make them bleed, possibly to death!
// 0 = disable, 1 = enabled, default = 0
set ace_bleeding "1"
// start bleeding when health falls to and below?
// min = 1, max = 99, default = 80
set ace_startbleed "80"
// how much health can the player bleed through?
// 0 = disable, max = 100, default = 100
set ace_maxbleed "40"
// bleed delay, if any other value then 0 is set it overrides the various hitlocation bleed delays
// 0 = scripted hitloc delays, 0.1 to 10 = override bleeddelay in sec., default = 0
set ace_bleeddelay "0"
// bleeding msg's on or off, 0 = off, 1 = on, default = 1
set ace_bleedmsg_global "1"
// bleed message on screen
// 0 = left, above compass (default)
// 1 = centre screen
// 2 = mid bottom
// 3 = tickertap
set ace_bleedmsg "3"
// bleeding pain sounds
// 0 = disabled (default)
//set ace_bleedsound "1"