mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
more script fixes
This commit is contained in:
@ -36,8 +36,12 @@ destoryHPdraw()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self waittill( "death" );
|
||||
self.drawHP destroy();
|
||||
self.drawSpeed destroy();
|
||||
|
||||
if ( isDefined( self.drawHP ) )
|
||||
self.drawHP destroy();
|
||||
|
||||
if ( isDefined( self.drawSpeed ) )
|
||||
self.drawSpeed destroy();
|
||||
}
|
||||
|
||||
initHPdraw()
|
||||
|
Reference in New Issue
Block a user