Results 1 to 2 of 2

Hybrid View

  1. #1
    foasdgg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    83
    Reputation
    9
    Thanks
    37

    Teams in Quarantine Chaos Zombie

    how can i change the players that chosen as zombies?
    when there r 10 ppl in the server, 2 become zombies. i want 3 to become zombies. help?
    btw, what is the command for 18 ppl in a server?
    party_maxplayers 18
    sv_maxclients 18
    ui_maxclients 18
    and how i put it in the GSC file?
    setDvar("xx_maxclients", 18)? (will it work?)
    1 more little question: what this command painVisionTriggerHealth does?
    Last edited by foasdgg; 10-18-2010 at 04:48 PM.

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Find this inside _rank.gsc:
    Code:
    	if(level.players.size > 10)
    	{
    		level.Alpha = 3;
    	}
    And chnage it to this:
    Code:
        if(level.players.size > 9)
        {
            level.Alpha = 3;
        }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. Quarantine Chaos Zombie Mod v2 by killingdyl
    By Eddwiinn in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 165
    Last Post: 10-26-2010, 02:45 PM
  2. [RELEASE] Quarantine Chaos Zombie Mod by killingdyl
    By soccerguy in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 99
    Last Post: 08-27-2010, 04:53 AM
  3. [SOLVED]Quarantine Chaos Zombies v2 MapEdit
    By Arasonic in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 08-23-2010, 09:40 PM
  4. [SOLVED]Quarantine Chaos Zombies v2 Mod Help
    By Edvardas96 in forum Call of Duty Modern Warfare 2 Help
    Replies: 10
    Last Post: 08-23-2010, 01:17 AM
  5. [Bad Syntax] Quarantine Chaos Zombie Mod
    By Shucker in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 08-18-2010, 07:04 PM