Post: Bo2 anyone know the Gsc code for zombie to make them run faster or change the round
03-28-2018, 12:51 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); anyone know the Gsc code for
zombie to make them run
faster or change the round on bo2
Last edited by thatportal ; 03-28-2018 at 12:54 AM.
04-01-2018, 10:37 AM #2
I do. Add me on Skype and I’ll be happy to send you it bud.
Skype:[email protected]
04-01-2018, 06:43 PM #3
Change Zombies Speed:
    

changeZombiesRunAnim(anim, menuvalue) //changeZombieRunAnim(anim, your name for it)
{
iPrintLn("Zombies Speed Changed To ^2"+menuvalue);
zombies = getAiArray(level.zombie_team);
foreach(zombie in zombies)
zombie maps/mp/zombies/_zm_utility::set_zombie_run_cycle(anim);
}


Change the round:
    
changeRound(num) //call it like add_option("Zombie Options", "Change round to 250", ::changeRound, "250");
{
level.round_number = num; //edit: might wanna drop a nuke here...
doPNuke();
self iPrintln("Round changed to: "+num);
}

doPNuke()
{
foreach(player in level.players)
{
level thread maps\mp\zombies\_zm_powerups::nuke_powerup(self,player.team);
player maps\mp\zombies\_zm_powerups::powerup_vo("nuke");
zombies=getaiarray(level.zombie_team);
player.zombie_nuked=arraysort(zombies,self.origin);
player notify("nuke_triggered");
}
self iPrintln("Nuke Bomb ^2Sent");
}
Last edited by ProjectSynergy ; 04-01-2018 at 06:44 PM. Reason: Adding Nuke explosion to kill zombies off

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo