Results 1 to 7 of 7
  1. #1
    hedberg95's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    sweden
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Lonely

    [Solved]how do i add game/round winning killcam

    as the title says. how do a add game/round winning killcam in Quarantine Chaos Zombie Mod v2.3?
    i be very happy for answers

  2. #2
    ch40s's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    6
    look into damage.gsc, and there for dofinalkillcam.
    i dont know how the mod works, but you have to check if the mods game-ending-logic is fullfilled with every kill. Once it is , simply set some variable to true (for the attacker). Put this variable in the if statement of dofinalkillcam, instead of its orginal statement.
    You cannot check for game end via waittill("enemy_killed"), since this will arrive too late for the killcam to show on game end, so you have to check for it in playerkilled_internal, or callback_playerkilled.

    It's not hard, but you gotta know what you do :P
    Last edited by ch40s; 10-18-2010 at 06:41 AM.

  3. The Following User Says Thank You to ch40s For This Useful Post:

    hedberg95 (10-20-2010)

  4. #3
    hedberg95's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    sweden
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Lonely
    thank you very much
    i'm so glad you helped me


    any "admin" can mark this as solved?

  5. #4
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    self.finalKill = undefined;
    level.killcam = false;
    self.cancelKillcam = true;
    level.showingFinalKillcam = false;
    setDvar("scr_game_allowkillcam", 1);

  6. #5
    ch40s's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by mathieutje12 View Post
    self.finalKill = undefined;
    level.killcam = false;
    self.cancelKillcam = true;
    level.showingFinalKillcam = false;
    setDvar("scr_game_allowkillcam", 1);


    Oo

    why would that do a final-killcam ....doesn't make any sense

  7. #6
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    yes it does if u set self.finalKill = false;
    it dont give u a final killcam...

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



Similar Threads

  1. [SOLVED] how do i add colours?
    By Mister Krister in forum Call of Duty Black Ops Help
    Replies: 5
    Last Post: 11-30-2010, 04:36 PM
  2. [SOLVED] How to find which game version i am on
    By TurTLeZ in forum Call of Duty Black Ops Help
    Replies: 6
    Last Post: 11-23-2010, 04:38 PM
  3. [SOLVED] how do i add a signature?
    By allie966 in forum CrossFire Help
    Replies: 1
    Last Post: 09-06-2010, 04:26 PM
  4. [HELP] How do i add a name to the hack so it shows in game?
    By ®Jack in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 07-31-2010, 03:32 AM
  5. [Solved]How to add friend in pirvated server
    By tsemingchun in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 05-25-2010, 10:25 AM