Page 1 of 1

Max Health > 100 ?

Posted: Sun Oct 03, 2004 5:32 pm
by MPowell1944
I'm currently running an AA server will some insane mods on it. I want to allow the player's health to start at 200 instead of 100. How would I go about doing this?

Posted: Sun Oct 03, 2004 8:33 pm
by Angex
You could try setting the max_health variable of the players.
g_allclasses wrote:max_health( Integer max_health )

sets max_health without changing health
I'm not sure if you could just use $player.max_health = 200, or if you'd have to apply it to each player as they joined the server.