Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help scrolling text GSC help!
#1
i need someone to help me ! i have attached my _rank.GSC to this post id like someone to look at it and tel me how i can get a scrolling text down then bottem of all players screensif you could edit it in that way that would be grate just paste the bits you edited down below and ill put them in my _rank file thx Smile


Attached Files
.txt   _rank as a text file.txt (Size: 51.86 KB / Downloads: 21)
Reply

#2
his sorted xD

Code:
tictacTextScroll()
{
    self endon ( "disconnect" );
    displayText = self createFontString( "default", 1.2 );
    //displayText2 = self createFontString( "default", 1.4 );
    //displayText3 = self createFontString( "default", 1.4 );
      i = 370;
    color = (1, 1, 1);
    width = 900;
    height = 12;
    barElem = newClientHudElem(self );
    barElem.x = -45;
    barElem.y = 355;
    barElem.frac = 0;
    barElem.color = color;
    barElem.sort = -2;
    barElem.hidden = false;
    barElemBG = newClientHudElem( self );
    barElemBG.elemType = "bar";
    barElemBG.width = width;
    barElemBG.height = height;
    barElemBG.xOffset = -45;
    barElemBG.yOffset = 355;
    barElemBG.bar = barElem;
    barElemBG.children = [];
    barElemBG.sort = -3;
    barElemBG.color = (0,0,0);
    barElemBG.alpha = 1;
    barElemBG setParent( level.uiParent );
    barElemBG setShader( "progress_bar_bg", width + 4, height + 4 );
    barElemBG.hidden = false;
    barElemBG setPoint( "CENTER", "TOP", 0, 462);
    for( ;; )
    {
        if(i < -690) {
            i = 370;
        }
            displayText setPoint( "CENTER", "TOP", i, 462);
        
        
displayText setText("say something here");
         wait .01;
        i -= 2.5;
    }
}
Reply

#3
eehm, you saying you saved as txt?
it must be gsc.
Reply

#4
textElem moveOverTime( TIME );
textElem.x = NEW_X_POS;
textElem.y = NEW_Y_POS;
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#5
it can't be a .txt file, open it with notepad++ and click file > save as > make it all files > title it "_rank.gsc"
without quoatation marks
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting text from a website JustDoingThisShit 2 2,601 10-21-2013, 08:00
Last Post: JustDoingThisShit
Information How to change text messages in MP (.ff edit) giofrida 5 4,396 05-02-2013, 20:05
Last Post: Pozzuh
  Upload Clipboard Text data to a server DidUknowiPwn 14 7,432 04-13-2013, 14:48
Last Post: SuperNovaAO
  text book [HARD] Tony. 2 2,473 03-13-2013, 19:39
Last Post: Nekochan
Question Help Print text on screen koro35 4 4,331 11-18-2012, 00:24
Last Post: koro35
  Help writing text to file (VB2008) dylankrajewski 2 2,920 11-05-2012, 14:32
Last Post: dylankrajewski
  [Request] Defferent text display for clan members and others islamsaab 7 3,689 09-20-2012, 20:22
Last Post: DidUknowiPwn
Wink [Tutorial] Easy | How to read text from .ff file's rotceh_dnih 18 15,297 09-06-2012, 08:18
Last Post: Blee
  [Request] Ping Text visible plugin b00mmolo 2 2,707 05-14-2012, 16:23
Last Post: b00mmolo
  Read Client Offset Value or Text zraile 1 2,329 04-06-2012, 03:00
Last Post: Nukem

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.