Post: Scrolling Bar at the Bottom
02-01-2011, 01:26 AM #1
IKILLU2014
Toaster...
(adsbygoogle = window.adsbygoogle || []).push({}); On the zombieland patches, there is a scrolling bar at the bottom telling you certain details about the lobby. Im trying to edit it but i cannot find where its at. Does anyone know which .gsc its in or the words that I have to find to get to it.
(adsbygoogle = window.adsbygoogle || []).push({});
02-01-2011, 02:13 AM #2
ill take a look at it if i find anything ill let u know ok bro
02-01-2011, 12:18 PM #3
stevesixotwo
Is Godlike
It's called the message of the day. Where it's at is different in nearly every patch but it's usually near the top. Try doing this, (Ctrl F) then enter the text that scrolls in your message of the day. For example (Ctrl F) you were just in zombieland 2.0. hope this helps.
02-01-2011, 03:27 PM #4
IKILLU2014
Toaster...
Originally posted by stevesixotwo View Post
It's called the message of the day. Where it's at is different in nearly every patch but it's usually near the top. Try doing this, (Ctrl F) then enter the text that scrolls in your message of the day. For example (Ctrl F) you were just in zombieland 2.0. hope this helps.

Thanks but I was takling about the ingame scrolling bar not the motd, i know where to find that. In a zombieland patch ingame, there is a scrolling bar at the bottom where it says Welcome to zombieland 2.2 etc.
02-01-2011, 04:10 PM #5
xHunteerZz
★ xHunteerZz--™ ☆
Originally posted by IKILLU2014 View Post
On the zombieland patches, there is a scrolling bar at the bottom telling you certain details about the lobby. Im trying to edit it but i cannot find where its at. Does anyone know which .gsc its in or the words that I have to find to get to it.


Send me the patch + What you what editing in the bar and ill edit you for free, Send by PM tho :carling:
02-02-2011, 03:22 AM #6
stevesixotwo
Is Godlike
Originally posted by IKILLU2014 View Post
Thanks but I was takling about the ingame scrolling bar not the motd, i know where to find that. In a zombieland patch ingame, there is a scrolling bar at the bottom where it says Welcome to zombieland 2.2 etc.


I see sorry bout the misunderstanding. You could however still use my advice you'll just have to open other parts of the patch with Notepad++. Good luck.
02-02-2011, 06:34 AM #7
Correy
I'm the Original
Originally posted by IKILLU2014 View Post
On the zombieland patches, there is a scrolling bar at the bottom telling you certain details about the lobby. Im trying to edit it but i cannot find where its at. Does anyone know which .gsc its in or the words that I have to find to get to it.


this isn't an exploit neither a hack, your spoiling the forums.
why do you think the Discussion section was made, for people to stare at. next time post there.

The following user thanked Correy for this useful post:

FourzerotwoFAILS
02-08-2011, 09:26 PM #8
DemonModdz
MrRaGeHD/TeamModderz
level thread CreateServerHUD();
level thread doServerHUDControl();

doServerHUDControl()
{
level.infotext setText("Welcome To TeamModderz Official Lobby! Press [{+actionslot 1}] to access the Menu. Please Subscribe to us on You must login or register to view this content. You must login or register to view this content.. Dont **** About!");
}

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();
}


theres everything you need mate if you need help ask
02-08-2011, 09:31 PM #9
Reaper
The Grim Reaper
Question answered.

Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo