Flashy Text { MW2 }for

ReachModding Dec 19, 2013

  1. ReachModding

    ReachModding Banned BANNED
    0/47

    Joined:
    Dec 17, 2013
    Messages:
    87
    Likes Received:
    6
    Trophy Points:
    0
    Console:
    Playstation 3
    Lets get started shall we.



    DWORD WINAPI XPGTUT1( LPVOID )
    {
    for(;;)//This will Loop it
    {
    for(int i = 0;i<18;i++)
    {
    //do your set text functions here
    PrintOption(10, "^1Flashy 1");//You can add sleeps if you want
    PrintOption(10, "^2Flashy 1");
    PrintOption(10, "^3Flashy 1");
    }
    }
    }


    DWORD WINAPI XPGTUT2( LPVOID )
    {
    for(;;)//This will Loop it
    {
    SV(-1, 0, "f \"www.XPGAMESAVES.com\"");
    SV(-1, 0, "f \"Is The Best Site Ever\"");
    SV(-1, 0. "f \"Enjoy the lobby\"");
    }
    }


    There you are, i am an amateur coder in C++ and C# but this is what i put together :p
     

Share This Page

Close