Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by MrSkafighter View Post

    He Didn't Help Me For The Recreate Source I Do It My Own.
    That code was origionally mmbob's for recreating the font. Im sure you just changed it to the sprite

    Code:
    void ReCreate(LPDIRECT3DDEVICE9 pDevice)
    {
    	if (g_pDevice != pDevice)
    	{
    		g_pDevice = pDevice;
    		try
    		{
    			if (pFont != 0)
    				pFont->Release();
    		} catch (...) {}
    		pFont = 0;
    		D3DXCreateFont(pDevice, 12, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &pFont);
    	}
    }
    my little simple function i made it into /

  2. The Following User Says Thank You to ac1d_buRn For This Useful Post:

    whit (11-23-2010)

  3. #17
    RagedYet's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    California
    Posts
    220
    Reputation
    -3
    Thanks
    34
    My Mood
    Devilish
    Quote Originally Posted by MrSkafighter View Post

    He Didn't Help Me For The Recreate Source I Do It My Own.
    Lawl ive been seen your sprites dissapear on your hack and get over writed by the HUD i will say leecher u just edited the original source. and it still fails.



  4. #18
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by RagedYet View Post


    Lawl ive been seen your sprites dissapear on your hack and get over writed by the HUD i will say leecher u just edited the original source. and it still fails.
    I will say you have released nothing and only flame. that still fails. and it fails every time.

    and ya Skafighter just took mmbobs method and just used it for sprites, I doubt he even knew that mmbob originally made it and thats why he didn't credit him.

  5. The Following User Says Thank You to swatfx For This Useful Post:

    ac1d_buRn (11-24-2010)

  6. #19
    MrSkafighter's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    410
    Reputation
    23
    Thanks
    2,238
    My Mood
    Cool
    Quote Originally Posted by swatfx View Post
    I will say you have released nothing and only flame. that still fails. and it fails every time.

    and ya Skafighter just took mmbobs method and just used it for sprites, I doubt he even knew that mmbob originally made it and thats why he didn't credit him.
    I Don't Know No One Teach Me How To Recreate Sprite And I Tried My Own Way So I Guess Its The Same As Other People As So Don't Start Flaming People.

  7. The Following User Says Thank You to MrSkafighter For This Useful Post:

    [MPGH]AVGN (11-24-2010)

  8. #20
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by MrSkafighter View Post

    I Don't Know No One Teach Me How To Recreate Sprite And I Tried My Own Way So I Guess Its The Same As Other People As So Don't Start Flaming People.
    oh yea? and how did you figure out that try catch method?
    let me guess you got it from whits base all you did was change it to recreate sprites. and where do you think whit got the original code from?
    and I didn't flame you, Rage did but he flames everyone and sometimes inanimate objects as well.

  9. #21
    zigi's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Thx man...

Page 2 of 2 FirstFirst 12