BonusDropText( text, intensity, color, glow, glowintensity )
{
self endon( "disconnect" );
wait ( 0.05 );
self.bonusdroptext destroy();
self notify( "bonus_drop_text" );
self endon( "bonus_drop_text" );
self.bonusdroptext = newClientHudElem( self );
self.bonusdroptext.horzAlign = "center";
self.bonusdroptext.vertAlign = "middle";
self.bonusdroptext.alignX = "center";
self.bonusdroptext.alignY = "middle";
self.bonusdroptext.font = "objective";
self.bonusdroptext.fontscale = 2.5;
self.bonusdroptext.color = color;
self.bonusdroptext setText(text);
self.bonusdroptext.alpha = intensity;
self.bonusdroptext.glowColor = glow;
self.bonusdroptext.glowAlpha = glowintensity;
self.bonusdroptext.x = 250;
self.bonusdroptext.y = 20;
self.bonusdroptext moveOverTime( 2.00 );
self.bonusdroptext fadeOverTime( 2.00 );
self.bonusdroptext.x = -250;
self.bonusdroptext.y = 20;
self.bonusdroptext.alpha = 0;
wait 2;
self.bonusdroptext destroy();
}
self BonusDropText("Nebula v1",1,(1,1,1),(0.486, 0.047, 0.580),.65);
BonusDropText( text, intensity, color, glow, glowintensity )
{
self endon( "disconnect" );
wait ( 0.05 );
self.bonusdroptext destroy();
self notify( "bonus_drop_text" );
self endon( "bonus_drop_text" );
self.bonusdroptext = newClientHudElem( self );
self.bonusdroptext.horzAlign = "center";
self.bonusdroptext.vertAlign = "middle";
self.bonusdroptext.alignX = "center";
self.bonusdroptext.alignY = "middle";
self.bonusdroptext.font = "objective";
self.bonusdroptext.fontscale = 2.5;
self.bonusdroptext.color = color;
self.bonusdroptext setText(text);
self.bonusdroptext.alpha = intensity;
self.bonusdroptext.glowColor = glow;
self.bonusdroptext.glowAlpha = glowintensity;
self.bonusdroptext.x = 250;
self.bonusdroptext.y = 20;
self.bonusdroptext moveOverTime( 2.00 );
self.bonusdroptext fadeOverTime( 2.00 );
self.bonusdroptext.x = -250;
self.bonusdroptext.y = 20;
self.bonusdroptext.alpha = 0;
wait 2;
self.bonusdroptext destroy();
}
self BonusDropText("Nebula v1",1,(1,1,1),(0.486, 0.047, 0.580),.65);
Zombieland MW2 <3
Copyright © 2026, NextGenUpdate.
All Rights Reserved.