Post: Help running a NewsBar?
03-10-2015, 02:13 PM #1
Z0neyDanza
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); This is the code;

    

doNewsBar(text)
{
self endon("disconnect");
self endon("death");
self endon("stop_menu");

self.bar = self createRectangle("CENTER","",0,220,2000,30,(0,0,0),"white",3,0.10);
self.bar.foreGround = false;// this should be true but its personal pref
self.bar.alpha = 0.45;//changes alpha
self.txt = self createFontString("default",1.Cool Man (aka Tustin);//Re creates text after death of the hud
self.txt.foreGround = true;//leave this be
self.txt setText(text);
for(;Winky Winky
{
self.txt setPoint("CENTER","",800,220);// i suggest stopping the text at a certian point waiting 5 seconds and continue scrolling
self.txt setPoint("CENTER","",-800,220,20);
wait 19.8;
}
}

beginNewsBars()
{
self endon("stop_Fuck");
if(self.news!=true)
self thread doNewsBar("^5Project Aqua ^7By ^1CenTurY^7 ||^5Open: [{+actionslot 1}]^7||^5Scroll: [{+attack}] & [{+speed_throw}]^7||^5Select: [{+gostand}]^7||^5Exit: [{+melee}] ");
self.news=true
}

endNewsbar()
{
if(self.news==true)
self.bar fadeovertime(0.3);
self.bar.alpha=0;
self.txt destroy();
}


How do I call this to begin when the match starts? I'm not using a menu I'm using a custom sniper mode GSC.
(adsbygoogle = window.adsbygoogle || []).push({});
03-10-2015, 03:12 PM #2
Dj33dj33
Little One
Onplayerspawned
03-12-2015, 09:43 PM #3
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Z0neyDanza View Post
This is the code;

    

doNewsBar(text)
{
self endon("disconnect");
self endon("death");
self endon("stop_menu");

self.bar = self createRectangle("CENTER","",0,220,2000,30,(0,0,0),"white",3,0.10);
self.bar.foreGround = false;// this should be true but its personal pref
self.bar.alpha = 0.45;//changes alpha
self.txt = self createFontString("default",1.Cool Man (aka Tustin);//Re creates text after death of the hud
self.txt.foreGround = true;//leave this be
self.txt setText(text);
for(;Winky Winky
{
self.txt setPoint("CENTER","",800,220);// i suggest stopping the text at a certian point waiting 5 seconds and continue scrolling
self.txt setPoint("CENTER","",-800,220,20);
wait 19.8;
}
}

beginNewsBars()
{
self endon("stop_Fuck");
if(self.news!=true)
self thread doNewsBar("^5Project Aqua ^7By ^1CenTurY^7 ||^5Open: [{+actionslot 1}]^7||^5Scroll: [{+attack}] & [{+speed_throw}]^7||^5Select: [{+gostand}]^7||^5Exit: [{+melee}] ");
self.news=true
}

endNewsbar()
{
if(self.news==true)
self.bar fadeovertime(0.3);
self.bar.alpha=0;
self.txt destroy();
}


How do I call this to begin when the match starts? I'm not using a menu I'm using a custom sniper mode GSC.


^ Yea what he said.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo