Thread: Texto com Borda

Results 1 to 8 of 8
  1. #1
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw

    Texto com Borda


    Code:
    VOID Escrever(INT x, INT y, DWORD color, DWORD colorBorda, int larguraBorda, LPD3DXFONT g_pFont, CONST CHAR *fmt, ...)
    {
    	RECT FontPos1 = { x - larguraBorda, y, x + 120, y + 16 };
    	RECT FontPos2 = { x, y - larguraBorda, x + 120, y + 16 };
    	RECT FontPos3 = { x + larguraBorda, y, x + 120, y + 16 };
    	RECT FontPos4 = { x, y + larguraBorda, x + 120, y + 16 };
    
    
    	RECT FontPos = { x, y, x + 120, y + 16 };
    	CHAR buf[1024] = {'\0'};
    	va_list va_alist;
    
    
    	va_start(va_alist, fmt);
    	vsprintf_s(buf, fmt, va_alist);
    	va_end(va_alist);
    
    
    	g_pFont->DrawText(NULL, buf, -1, &FontPos1, DT_NOCLIP | DT_CENTER, colorBorda);
    	g_pFont->DrawText(NULL, buf, -1, &FontPos2, DT_NOCLIP | DT_CENTER, colorBorda);
    	g_pFont->DrawText(NULL, buf, -1, &FontPos3, DT_NOCLIP | DT_CENTER, colorBorda);
    	g_pFont->DrawText(NULL, buf, -1, &FontPos4, DT_NOCLIP | DT_CENTER, colorBorda);
    
    
    	g_pFont->DrawText(NULL, buf, -1, &FontPos, DT_NOCLIP | DT_CENTER, color);
    }

    Creditos: TokolocoSK



  2. The Following 8 Users Say Thank You to TokolocoSK For This Useful Post:

    [MPGH]Flengo (11-03-2012),HurleyppL (09-24-2012),iMelo~* (09-01-2012),Otaviomorais (09-02-2012),pDevice (09-02-2012),street_21 (09-03-2012),ThorMachine² (09-01-2012),ulquiorraj (10-30-2013)

  3. #2
    Eu sou Daleste cheguei mais to saindo fora
    MPGH Member
    experthack's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1,178
    Reputation
    90
    Thanks
    626
    My Mood
    Aggressive
    Good Joob Man esse dai e mais legal que o do @BioHuman

  4. #3
    AKICHEATS's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    56
    My Mood
    Aggressive
    Show mano vlw

    Respect everyone who respects me

  5. #4
    iMelo~*'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    272
    Reputation
    10
    Thanks
    53
    Perfect cara adorei *--*

  6. #5
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Quote Originally Posted by experthack View Post
    Good Joob Man esse dai e mais legal que o do @BioHuman
    Aquele é uma sombra...



  7. #6
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Haha *-* lembrei do seu menu kkk ;D







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  8. #7
    ThorMachine²'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    198
    Agora os menus vão ficar salientes.. valew

  9. #8
    ~Sniper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    407
    Reputation
    10
    Thanks
    44
    OMD !
    - VLW TOKO , VERY NICE !

Similar Threads

  1. There.com Any Hack Ideas?
    By supatanka in forum Hack Requests
    Replies: 6
    Last Post: 02-15-2019, 07:43 AM
  2. There.com and IMVU
    By syztem in forum Hack Requests
    Replies: 8
    Last Post: 09-05-2018, 08:58 PM
  3. will pay for there.com hack
    By supatanka in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 10-18-2008, 04:50 PM
  4. Hotel.com FUCKED.
    By Dave84311 in forum General
    Replies: 15
    Last Post: 06-05-2006, 10:45 PM
  5. WPE With there.com
    By supatanka in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 05-26-2006, 09:32 PM