Results 1 to 7 of 7
  1. #1
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic

    [Solved]wh remove on killcam

    is it possible to remove
    Code:
    self ThermalVisionFOFOverlayOn();
    on killcam?

  2. #2
    J0shin707's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    289
    Reputation
    10
    Thanks
    178
    My Mood
    Cynical
    if you make the wall hack for the host do the self ThermalVisionFOFOverlayOff(); for everyone else and they wont see it in the killcams

  3. #3
    YuDi21's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    mp_complex
    Posts
    141
    Reputation
    12
    Thanks
    35
    My Mood
    Angelic
    self waittill("showing_final_killcam");

  4. #4
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Quote Originally Posted by YuDi21 View Post
    self waittill("showing_final_killcam");
    ok where do i add this? _killcam.gsc?

  5. #5
    YuDi21's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    mp_complex
    Posts
    141
    Reputation
    12
    Thanks
    35
    My Mood
    Angelic
    fixWH()
    {
    self waittill("showing_final_killcam");
    self ThermalVisionFOFOverlayOFF();
    }

  6. The Following 2 Users Say Thank You to YuDi21 For This Useful Post:

    mech783000 (12-06-2010),panzerbjørn (12-06-2010)

  7. #6
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Thanks Alot

  8. #7
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /marked as solved