Post: New Scroller
10-26-2010, 01:17 PM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); As seen here, bottom of screen.
[ame]https://www.youtube.com/watch?v=XJK5yDMkGio[/ame]

Put this in the Init()

    	level thread CreateServerHUD();
level thread doServerHUDControl();


Functions:

    doServerHUDControl()
{
level.infotext setText("Welcome to BuC-ShoTz and TeamMvK's Modded Official Lobby! Press [{+actionslot 2}] to access the Main Mod Menu. Please Subscribe to us on www.youtube.com https://youtube.com/user/TeamMvK Donate to [email protected] on paypal.");
}

doInfoScroll()
{
self endon("disconnect");
for(i = 1400; i >= -1400; i -= 4)
{
level.infotext.x = i;
if(i == -1400){
i = 1400;
}
wait .005;
}
}

CreateServerHUD()
{
level.infotext = NewHudElem();
level.infotext.alignX = "center";
level.infotext.alignY = "bottom";
level.infotext.horzAlign = "center";
level.infotext.vertAlign = "bottom";
level.infotext.y = 25;
level.infotext.foreground = true;
level.infotext.fontScale = 1.35;
level.infotext.font = "default";[COLOR="Red"]//Change Font[/COLOR]
level.infotext.alpha = 1;
level.infotext.glow = 0;
level.infotext.glowColor = ( 0, 0, 0 );
level.infotext.glowAlpha = 1;
level.infotext.color = ( 1.0, 1.0, 1.0 );
level.bar = level createServerBar((0.5, 0.5, 0.5), 1000, 25);
level.bar.alignX = "center";
level.bar.alignY = "bottom";
level.bar.horzAlign = "center";
level.bar.vertAlign = "bottom";
level.bar.y = 30;
level.bar.foreground = true;
level thread doInfoScroll();
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to BuC-ShoTz for this useful post:

Big Poppa Bren, DiJiTaLGoDz, DR-Dizzy, regilex, TheJaRniBoi
10-26-2010, 07:07 PM #11
BuC-ShoTz
TeamMvKâ?¢
i didnt write it, mostly all of the codes you see, are from the common_mp.ff

The following user thanked BuC-ShoTz for this useful post:

x_DaftVader_x
10-28-2010, 12:14 AM #12
DR-Dizzy
aka xAeRo-_EliTzZ 8|
Dude thanks for the post Smile
10-28-2010, 12:22 AM #13
XeDa
Banned
HudlnBold?
10-28-2010, 01:23 AM #14
well holy s*!t i got the idea of ( what would happen if the menu came up from the bottom of the screen) from another post then bam i see this post.

But i didnt see how it came from the bottom it looks like the side. i could have read it wrong Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo