Results 1 to 15 of 26

Threaded View

  1. #10
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by best22 View Post
    Whats upper number, dude?
    BTW Thanks,
    @best22

    Have you looked in the GSC Rip Collection?
    I am sure you would have found almost all your answers.
    Because the Kill-cam is in slow motion.

    And this: NB, Ages since I did this.
    Code:
    doFinalKillCamFX( camTime ) //So you can thread this and set the camtime.
    {
    	if ( isDefined( level.doingFinalKillcamFx ) ) //If the game is doing Killcam
    		return;  //Returning nothing.
    	level.doingFinalKillcamFx = true; // setting the killcam is happening now.
    	
    	intoSlowMoTime = camTime; //Setts the "injected" killcam time to the intoSlowMoTime variable.
    	if ( intoSlowMoTime > 1.0 ) //If the intSlowMoTime is Bigger/greater then 1.0
    	{
    		intoSlowMoTime = 1.0; //Sets the intoSlowMoTime to 1.0 - Think that is the default value.
    		wait( camTime - 0.5 ); // Wait's for the  camTime to do the - operation.
    	}
    	
    	setDvar( "timescale", 1.0 ); //Using the SlowMotion dvar to set the slow-motion.
    	wait( intoSlowMoTime + .5 ); //Waiting to do the + operation.
    	setDvar( "timescale", 1.0 ); //Setting the slowmotion to default value
    	
    	level.doingFinalKillcamFx = undefined; // the killcam is currently unknown if its happening.
    }
    Remember, I might not be 100% right. Since it's long time since I have done this.
    Last edited by Jorndel; 01-04-2012 at 10:02 AM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. [Solved] Help with iSnipe
    By darkxan9b in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 07-04-2011, 05:39 AM
  2. [Help Request] help with ca hacks
    By moises8 in forum Combat Arms Help
    Replies: 4
    Last Post: 05-10-2011, 05:55 PM
  3. [Help Request] Anyone can help with this ?
    By devileyebg in forum Vindictus Help
    Replies: 1
    Last Post: 05-01-2011, 03:57 PM
  4. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  5. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM