Post: Scroll info TEXT
02-10-2011, 03:36 AM #1
DemonModdz
MrRaGeHD/TeamModderz
(adsbygoogle = window.adsbygoogle || []).push({}); so alot of people have been asking for the scroll text that can be seen in this video here



so heres the code and i dont take no credit for this and its most likly on ngu somewere allredi but here it is again Smile

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


    doServerHUDControl() 
{
level.infotext setText("Welcome To ^4M^2r^4R^2a^4G^2e^4H^2D^4'^2s Lobby! ^7 Press [{+actionslot 1}] to access the Menu. Please Subscribe to us At https://youtube.com/user/^1T^5e^5a^6m^2M^5o^4d^2d^0e^2r^4z. ^2Dont ^4**** ^2About^0!");
}
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 = "objective";
level.infotext.alpha = 1;
level.infotext.glow = 0;
level.infotext.glowColor = ( 0, 0, 0 );
level.infotext.glowAlpha = 1;
level.infotext.color = ( 5.0, 5.0, 5.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();
}


Only trying to help so please dont flame thanks hope this helps
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to DemonModdz for this useful post:

IRiSe_GodFather, JakeM, Kameo, MoDz-v1, N3G6, Pauly, SALOOTME
02-11-2011, 02:55 AM #20
Default Avatar
Moo™
Guest
Originally posted by mukwah View Post
i can make you a scanline. its not difficult


i can give you tube stuff
02-11-2011, 08:10 PM #21
ir1337
Little One
Originally posted by ZSHRED View Post
i can give you tube stuff


youtube stuff?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo