Results 1 to 6 of 6
  1. #1
    karelkopp's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    WH hide in killcam

    Hi all i need hide wh when i killed enemy and he show killcam and watch wh
    i tried
    hideInKillcam()
    {
    self endon("disconnect");

    while(1)
    {
    if(self isInKillcam())
    {
    self ThermalVisionFOFOverlayOff();
    }
    wait .5;
    }
    }
    and i not need only in final killcam
    i need to works always
    thanks very much
    for any advice

  2. #2
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    try
    hideInKillcam()
    {
    self endon("disconnect");

    while(1)
    {
    if(level.showingFinalKillcam) {
    self ThermalVisionFOFOverlayOff();
    }
    wait .5;
    }
    }

  3. #3
    karelkopp's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    its only for final killcam

  4. #4
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    try
    hideInKillcam()
    {
    self endon("disconnect");

    while(1)
    {
    if(level.showingKillcam) {
    self ThermalVisionFOFOverlayOff();
    }
    wait .5;
    }
    }

  5. #5
    Occidi de Pax's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Back To The Drum!
    Posts
    3,065
    Reputation
    102
    Thanks
    180
    My Mood
    Bored
    So basicly you are making a mod that only helps you?
    Shame realy...
    Music historian here to please and displease,learning to teach all you peeps,so stop by the music part of the forum,and ask the question to your needs.

  6. #6
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Who cares just let him go on...

Similar Threads

  1. [Help Request] Hide last alive counter in final killcam
    By Jerreee in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 09-01-2011, 03:19 AM
  2. Hide IP Platinum 2.82
    By 1h1a1i in forum Hardware & Software Support
    Replies: 14
    Last Post: 06-10-2007, 10:03 AM
  3. Hide IP Platinum 3.1 + Keygen
    By mostwanted in forum Hardware & Software Support
    Replies: 13
    Last Post: 04-29-2007, 05:01 PM
  4. mng hide
    By ace76543 in forum General Gaming
    Replies: 19
    Last Post: 10-08-2006, 05:59 PM