Does anyone know the code for the MOTD lives counter?
-
I'm trying to test something with the lives in mob but I just need the hud element for the lives counter, as it is broken in displaying the actual counter
-
According to
_zm_afterlife.gsc
it'sself.lives
. -
Xerxes said in Does anyone know the code for the MOTD lives counter?:
According to
_zm_afterlife.gsc
it'sself.lives
.That's the counter that's working, I recently discovered that
self setclientfieldtoplayer( "player_lives", self.lives );
is what's breaking the hud element, however I don't know a way around this. I could delete it but the hud won't update