Bo2 FX Codes

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

TheDeX

Member
Apr 28, 2014
22
3
63
Code:
initHTorch()
{
    if(self.torchOn == 0)
    {
        self.torchOn = 1;
        self thread humanTorch();
        self iPrintlnbold("^5Human Torch: ^2On"); 
    }
    else
    {
        self.torchOn = 0;
        self notify("stop_torch");
        self disableInvulnerability();
        self iPrintlnbold("^5Human Torch: ^1Off");
    }
}
humanTorch()
{
    self endon("disconnect");
    self endon("death");
    self endon("stop_torch");

    level._effect["torch"] = loadfx( "maps/mp_maps/fx_mp_exp_rc_bomb" );
    self enableInvulnerability();
    while(1)
    {
        PlayFX(level._effect["torch"],self.origin+(0,0,60));
        RadiusDamage(self.origin, 300, 300, 200, self);
        wait 0.1;
    }
}
//
initSmokeMonster()
{
    if(self.smokemonsterr == 0)
    {
        self.smokemonsterr = 1;
        self iPrintlnbold("^5Smoke Monster: ^2On");
        self thread doSmokeMonster();
    }
    else
    {
        self.smokemonsterr = 0;
        self iPrintlnbold("^5Smoke Monster: ^1Off");
        self notify("stop_smokemonster");
    }
}
doSmokeMonster()
{
    self endon( "disconnect" );
    self endon( "stop_smokemonster" );
    for(;;)
    {
        spawntimedfx(level.fx_smokegrenade_single, self getTagOrigin("j_spine4"), ( 0, 0, 1 ), 6 );
        wait 0.2;
    }
}
//
initWFountain()
{
    if(self.WFountainOn == 0)
    {
        self.WFountainOn = 1;
        self thread doWFountain();
          self iPrintlnbold("^5Water Fountain: ^2On");
          self iPrintln("^1Can not be used in the map with no water.");
    }
    else
    {
        self.WFountainOn = 0;
        self notify("stop_WFountain");
        self disableInvulnerability();
          self iPrintlnbold("^5Water Fountain: ^1Off ^7(NEEDS ^5WATER^7)");
    }
}
doWFountain()
{
    self endon("disconnect");
    self endon("death");
    self endon("stop_WFountain");
    self enableInvulnerability();
    for(;;)
    {
        level._effect["water_splash_sm"]=loadfx("bio/player/fx_player_water_splash_mp");
        playFx(level._effect["water_splash_sm"],self getTagOrigin("j_spine4"));
        RadiusDamage(self.origin, 400, 400, 300, self);
        wait .001;
    }
}
 
Moved to Call of Duty Black Ops 2 Modding

Please post in the correct section ;)
 
  • Like
Reactions: JO65 and Younis
nice! good post.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • @ QM|T_JinX:
    so its going good huh
  • @ lurch6661:
    as long as she dont have a bambino
  • @ lurch6661:
    lol
  • @ QM|T_JinX:
    lol
  • @ lurch6661:
    we shall see
  • @ lurch6661:
    lol
  • @ lurch6661:
    i can hear the baby lurch
  • @ lurch6661:
    now
  • @ QM|T_JinX:
    omg
  • @ lurch6661:
    kidding bro
  • @ QM|T_JinX:
    i know haha
  • @ lurch6661:
    iam to old for that
  • @ QM|T_JinX:
    who knows
  • @ lurch6661:
    by the time baby lurch is 18 ill be pushing daiseys
  • @ QM|T_JinX:
    lol
  • @ lurch6661:
    poor lurch we knew him well
  • @ lurch6661:
    lol
  • @ lurch6661:
    evryone here says i care for nothing except gf lol
  • @ QM|T_JinX:
    lol
  • @ lurch6661:
    with the profits of my music career i will move mountains lol
  • @ lurch6661:
    10 cents per cd
  • @ QM|T_JinX:
    hahahhaha
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    KARADELTA is our newest member. Welcome!
      Chat Bot: KARADELTA is our newest member. Welcome!