Results 1 to 6 of 6
  1. #1
    jeffadkins51's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Does anyone know how to call on game ending?

    I'm trying to find a way to call a function when the game ends so that i can turn off my anti-join when the game is over. that way it doesnt kick ppl next time i start the match

    anyone have any ideas on this?

  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
    maybe this
    Code:
    maps\mp\gametypes\_gamelogic::endGame( winner, endString );

  3. #3
    EliteMossy's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by mathieutje12 View Post
    maybe this
    Code:
    maps\mp\gametypes\_gamelogic::endGame( winner, endString );
    What has that got to do with hooking into the game ending routine?

  4. #4
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Simple,
    maps\mp\blablablaEndGame
    and
    Code:
    foreach(player in level.players)
    {
    player notify("game_ended");
    }
    It's what I did in granny's zombies for last human being unable to shoot when game is over.

  5. #5
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    GZ ftw <3

    u also could use the console code! use the search option ;q



    Bring a Ding Ding Baby!

  6. #6
    jeffadkins51's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Well the issue is we're trying to do this for console. ps3 to be specific. so we dont have access to all the nifty gsc files and consoles that most of you have access to...

Similar Threads

  1. Does anyone know how to play music with out useing your mic??
    By dk173 in forum Suggestions, Requests & General Help
    Replies: 14
    Last Post: 02-02-2010, 06:21 AM
  2. [Request] Does anyone know how to make a ip changer
    By trevor206 in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-14-2009, 10:24 PM
  3. Replies: 0
    Last Post: 08-07-2009, 08:01 PM
  4. Does anyone know how to make the combat arms load faster
    By ChristopherBigWallace in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 07-03-2009, 09:47 AM
  5. Replies: 8
    Last Post: 07-29-2007, 09:56 PM