You are viewing our Forum Archives. To view or take place in current topics click here.
Bo2 Gsc DoHeat help
Posted:

Bo2 Gsc DoHeat helpPosted:

-__
  • Ladder Climber
Status: Offline
Joined: Oct 19, 201310Year Member
Posts: 358
Reputation Power: 17
Status: Offline
Joined: Oct 19, 201310Year Member
Posts: 358
Reputation Power: 17
hello, i am coding my own gsc menu, i have added the 'DoHeat' option. the text come on the screen and flashes really fast for about 10 sec then i freeze.

this is the code im using

"DoHeart", ::doHeart);

doHeart()
{
self.tez = self createFontString( "objective", 2.5);
self.tez setPoint( "LEFT", "LEFT", -50, -100 );
self.tez setText("^1SethDaGod | ^5Devine");
self.tez.alpha = 1;
self.tez.foreground = true;
self.tez.archived = false;
self thread scale();
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.