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.
  • @ lurch6661:
    garage wanted 1400 to do them
  • @ QM|T:
    gotdamn bro think you bro lift you off hahahahahha
  • @ QM|T:
    what
  • @ lurch6661:
    lol
  • @ QM|T:
    omg bro wtf is that for prices
  • @ lurch6661:
    yup
  • @ QM|T:
    i could have done it for you if you spend that mutch you should have givin me 100 hahahah
  • @ lurch6661:
    lol
  • @ QM|T:
    1400 for goddamn plugs thats what 10 bucks and half hour work to put them in the place
  • @ QM|T:
    any plans today
  • @ lurch6661:
    yea gotta go hospital gf back is bad she need an injection
  • @ QM|T:
    o ok that sucks
  • @ lurch6661:
    did you play the new gta5 heist
  • @ QM|T:
    yea its not all that its ok
  • @ QM|T:
    you
  • @ lurch6661:
    didt play yet
  • @ QM|T:
    ok
  • Chat Bot:
    ao88procom1 is our newest member. Welcome!
  • Chat Bot:
    Briandeeli is our newest member. Welcome!
  • Chat Bot:
    rebugdex_4.75 has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    b52deal is our newest member. Welcome!
  • Chat Bot:
    jtheman22 is our newest member. Welcome!
  • Chat Bot:
    sunwin99vip2 is our newest member. Welcome!
      Chat Bot: sunwin99vip2 is our newest member. Welcome!