ItsMods

Full Version: Health generation bugged
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well after hours and hours of troubleshooting I decided to post my problem here.

The problem is that sometimes when a player spawns for the first time gets hit no health generation occurs.
I fixed this problem by using suicide() on the player but noticed this fix didn't work for the king who's maxhealth is changed.

Anybody mind testing the war.gsc out and posting the solution?
(05-04-2014, 20:30)TemeraireTeamp Wrote: [ -> ]Well after hours and hours of troubleshooting I decided to post my problem here.

The problem is that sometimes when a player spawns for the first time gets hit no health generation occurs.
I fixed this problem by using suicide() on the player but noticed this fix didn't work for the king who's maxhealth is changed.

Anybody mind testing the war.gsc out and posting the solution?

Code:
self [[level.allies]](); (205)
self [[level.axis]](); (216)
(05-05-2014, 01:24)Nukem Wrote: [ -> ]
Code:
self [[level.allies]](); (205)
self [[level.axis]](); (216)

Thank you so much Nukem!

Is [[level.allies]](); a shortcut of maps\mp\gametypes\_menus::menuAllies();?
And do you know what causes this health regen 'bug'?

Big Grin