You are viewing our Forum Archives. To view or take place in current topics click here.
[Release] Kamikaze Test Spheres!!! (A sexier kamikaze by me)
Posted:

[Release] Kamikaze Test Spheres!!! (A sexier kamikaze by me)Posted:

Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20





self thread Kamikaze();


kamikaze()   

    while( 1 ) 
    { 
    if(self AdsButtonPressed() && self UseButtonPressed())
        {
        self thread kami();
        } 
        wait 1;
        } 
}
kami() 

        self endon( "disconnect" ); 
        self endon( "death" );
    death = 800;
    forward = self getTagOrigin("j_head");
    end = self thread vector_scal(anglestoforward(self getPlayerAngles()),1000000);
    Location = BulletTrace( forward, end, 0, self )[ "position" ];
        Kamikaze = spawn("script_model", self.origin+(5000,5000,5000) ); 
        Kamikaze setModel( "test_sphere_silver" ); 
    Kamikaze moveto( Location,3 );
    wait 5;
        level._effect["1"] = loadfx( "explosions/default_explosion" );
        playfx(level._effect["1"], Kamikaze.origin);
    playfx(level._effect["1"], Kamikaze.origin+(0,0,200)); 
        playfx(level._effect["1"], Kamikaze.origin-(200,0,0)); 
        playfx(level._effect["1"], Kamikaze.origin-(0,200,0)); 
        playfx(level._effect["1"], Kamikaze.origin-(200,200,0)); 
        playfx(level._effect["1"], Kamikaze.origin+(0,0,200));
    self playsound( "nuke_flash" );
        Earthquake( 0.4, 4, Kamikaze.origin, 800 );
    zombies = GetAiSpeciesArray( "axis", "all" );
    for (i = 0; i < zombies.size; i++)       
        if( distance( zombies[i].origin, Location ) < death )       
    zombies[i] dodamage(zombies[i].health + 666, zombies[i].origin);
        Kamikaze delete();
    wait .1; 

}
vector_scal(vec, scale)
{
        vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
        return vec;
}



Hold aim and x to call in kamikaze test spheres. Test spheres do work on xbox, I've already burned a disk with this on there and tested.
I added an extra second in the delay before it explodes so all the randoms you play with get a good chance to see it before it explodes. Prepare for the "WTF IS THAT?"
Could be shortened up a bit, but now with the extra 90k of room in debug.gsc (credit to coolbunny for finding!) who really cares lol. Plus it works perfectly just the way it is.

Enjoy
<3 Crippler


Last edited by Crippler_7s ; edited 3 times in total

The following 2 users thanked Crippler_7s for this useful post:

GoldenWarrior (02-14-2011), coolbunny1234 (02-13-2011)
#2. Posted:
coolbunny1234
  • Fairy Master
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Worddddd upp son 8)

[ Register or Signin to view external links. ]
#3. Posted:
Moderatez1v8
  • TTG Senior
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
great work Crippler again, pity this thread will be swallowed up in a sea of pointless 10th lobbies. Rep for you.
#4. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
I_sLaP_ZoMbIeZ wrote great work Crippler again, pity this thread will be swallowed up in a sea of pointless 10th lobbies. Rep for you.

Thanks and I know what you mean. I really wish they would separate lobbies from modding. Bullsh1t threads push anything good off the front page in no time, and no one gets to see it. Sooo sick of having to constantly bump my threads.
#5. Posted:
Moderatez1v8
  • TTG Senior
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
It's the same in the other cod5 section, lobbies, lobbies, lobbies and more f**king lobbies lol. all the best topics get swamped.
#6. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
bump

I'm going to keep bumpin this to the top so it doesn't get lost in all the bullsh1t lobby threads.
#7. Posted:
Moderatez1v8
  • TTG Senior
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
Status: Offline
Joined: Sep 17, 201014Year Member
Posts: 1,354
Reputation Power: 69
Hey, i got short term memory lose and can't remember posting a comment, so .... good work cripp
#8. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
bump
this is why I don't use TTG much. The WaW forums suck here. Just lobbies and people flooding the forum asking for help.

/just gay.
#9. Posted:
coolbunny1234
  • Discord Elite
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Motto: The Original Bunny
Status: Offline
Joined: Aug 09, 200915Year Member
Posts: 6,493
Reputation Power: 8063
Motto: The Original Bunny
Crippler_7s wrote bump
this is why I don't use TTG much. The WaW forums suck here. Just lobbies and people flooding the forum asking for help.

/just gay.


Because the majority of kids who come to this forum literally know diddly squat about coding.
#10. Posted:
Crippler_7s
  • Resident Elite
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
Status: Offline
Joined: Dec 20, 201014Year Member
Posts: 262
Reputation Power: 20
coolbunny1234 wrote
Crippler_7s wrote bump
this is why I don't use TTG much. The WaW forums suck here. Just lobbies and people flooding the forum asking for help.

/just gay.


Because the majority of kids who come to this forum literally know diddly squat about coding.

That's why, love it or hate it, 7s is better. Mods actually police forums, and forums for lobbies and modding are separated.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.