Post: Text Code
09-06-2011, 01:38 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i need the code for the text bar at the bottom of the screen so i can write alot it moves and its at the bottom like a banner thx
(adsbygoogle = window.adsbygoogle || []).push({});
09-06-2011, 02:36 AM #2
booyaka
Big Daddy
U mean motd. There isn't a way to edit it in hxd yet.
09-06-2011, 02:02 PM #3
IMite69YourGirl
Do a barrel roll!
set motd " Text Here"
if this is what your talking bout
09-06-2011, 03:49 PM #4
Originally posted by Blazin
i need the code for the text bar at the bottom of the screen so i can write alot it moves and its at the bottom like a banner thx


Or do u mean this???

    self thread doScrollinBar("Add Your Text Here!");



    doScrollinBar(text)
{
self endon("disconnect");
bar = self createBar((0,0,0), 1000, 30);
bar setPoint("CENTER", "", 0, 220);
bar.foreGround = true;
bar.alpha = 0.9;
txt = self createFontString("default", 0.9);
txt.foreGround = true;
txt.font = "bigfixed";
txt.glow = 1;
txt.glowAlpha = 0.5;
txt.glowColor = (1, 1, 1);
txt setText(text);
for(;Winky Winky
{
txt setPoint("CENTER", "", 1200, 220);
txt setPoint("CENTER", "", -1200, 220, 20);
wait 20;
}
}
09-06-2011, 07:50 PM #5
Merkii
Former Staff
Either one of those work.
Closed.
Question answered.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo