Results 1 to 2 of 2
  1. #1
    279714573's Avatar
    Join Date
    Jul 2012
    Gender
    female
    Posts
    3
    Reputation
    10
    Thanks
    11
    My Mood
    Amazed

    Question How to make D3D see ghost and color player ?

    i know wall hack is SetRenderState(D3DRS_ZENABLE,D3DZB_FALSE); but how to set see ghost and color player?


    thank you ~

  2. #2
    olwayy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    >Any"Where<
    Posts
    146
    Reputation
    10
    Thanks
    1,040
    My Mood
    Aggressive
    Code:
    if(SeeGhost)
    {
     Device->SetRenderState(D3DRS_LIGHTING, FALSE);		
     Device->SetRenderState(D3DRS_AMBIENT, D3DCOLOR_ARGB(255, 255, 255, 255));
     Device->SetRenderState(D3DRS_FOGENABLE, FALSE);
     Device->SetRenderState(D3DRS_AMBIENT, D3DCOLOR_ARGB(255, 255, 000, 000)); //Red color for chams..
    }
    [IMG]https://i210.photobucke*****m/albums/bb266/Alalee/mpghLogoSteel-1.png[/IMG]

Similar Threads

  1. [Solved] I need any body to teach me how to make D3D
    By mostafa3v3 in forum CrossFire Help
    Replies: 12
    Last Post: 09-04-2011, 02:22 PM
  2. [Tutorial] How to make D3D menu.
    By ˘hris. in forum CrossFire Tutorials
    Replies: 24
    Last Post: 08-02-2011, 02:35 AM
  3. [Info] How To Make GM Server Side And Unsensored Text
    By PrinceRay in forum Point Blank Hacks
    Replies: 20
    Last Post: 03-09-2011, 11:03 AM
  4. HOW TO MAKE SOUNDS FOR ACCOLADES AND CHIPMUNKS EFFECT!
    By pokeman1 in forum Combat Arms Mod Tutorials
    Replies: 12
    Last Post: 07-21-2010, 08:12 PM
  5. Replies: 0
    Last Post: 02-06-2008, 02:30 AM