Results 1 to 11 of 11
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    Cool Text Design!

    Okay this is based off something NeoIII posted. I edited a lot and added some stuff. Here ya go!
    [php]void DrawCText(int x, int y, DWORD color, char *szFormat, ... )
    {
    if( !szFormat )return;

    char logbuf[256] = { 0 };

    va_list va_list;
    va_start (va_list, szFormat);
    _vsnprintf(logbuf, sizeof(logbuf), szFormat, va_list);
    va_end (va_list);

    Directx.DrawString((float)x+1,(float)y,D3DCOLOR_AR GB( 255, 0, 0, 0 ),Directx.pFont,logbuf);
    Directx.DrawString((float)x,(float)y,D3DCOLOR_ARGB ( 255, 0, 0, 0 ),Directx.pFont,logbuf);
    Directx.DrawString((float)x,(float)y-1,D3DCOLOR_ARGB( 255, 0, 0, 0 ),Directx.pFont,logbuf);

    Directx.DrawString((float)x,(float)y,color,Directx .pFont,logbuf);
    } [/php]
    As you can see there is a small anti-noob error.

    The image is not exactly what it looks like. The quality of the image is not the best...
    Last edited by seeplusplus; 12-10-2010 at 03:15 PM.
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. #2
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    picture...........





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  3. #3
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Code:
    Directx.DrawString((float)x+1,(float)y,D3DCOLOR_ARGB( 255, 0, 0, 0 ),Directx.pFont,logbuf);
    Directx.DrawString((float)x+1,(float)y,D3DCOLOR_ARGB( 255, 0, 0, 0 ),Directx.pFont,logbuf);
    Because two in a row are always better.

  4. #4
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85
    Quote Originally Posted by Crash View Post
    Because two in a row are always better.
    oops xD...
    Fixed!

    Quote Originally Posted by GodHack2 View Post
    picture...........
    taking one now!
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  5. #5
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Rofl. I saw you in game when I was busy testing stuff. I was about to OPK you when you left.

  6. #6
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Your anti noob error was so easy to find o.o

  7. #7
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    UC your location is wrong





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  8. #8
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    And this is "cool" because...? Sorry if I'm blind, but I frankly don't see any difference <>

  9. #9
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by freedompeace View Post
    And this is "cool" because...? Sorry if I'm blind, but I frankly don't see any difference <>
    I just see a little change of font and white text. I'm missing the point also


    Quote Originally Posted by GodHack2 View Post
    UC your location is wrong
    Lmao , i know , i didn't fix it since i m lazsy.
    Last edited by Fabolous; 12-10-2010 at 03:52 PM.

  10. #10
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    FUCK MY BACKSAP}|||ace key!!!

    i don't see the difference.

  11. #11
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by UnknownCoder View Post


    I just see a little change of font and white text. I'm missing the point also




    Lmao , i know , i didn't fix it since i m lazsy.
    According to the code, it's just a static shadow 1px offset. |: