Post: [CODE]Blow Your Own Head Off!!
12-22-2010, 12:27 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Just something small that I made.

It basically, blows your own head off and leaves a headless corpse behind !!


You just need to call in the first function Bomberman() and that calls in the second function for you.

Smile


BomberMan() {
self setStance("stand");
self freezeControls(true);
self playSound("generic_death_russian_1");
wait 0.5;
self playSound("generic_death_russian_2");
wait 0.5;
level.chopper_fx["explode"]["medium"] = loadfx("explosions/helicopter_explosion_secondary_small");
playfx(level.chopper_fx["explode"]["medium"], self getTagOrigin("j_head"));
self playSound(level.heli_sound[self.team]["crash"]);
self thread HeadlessMan();
wait 0.2;
self SetOrigin(self.origin + (1000, 1000, -100));
wait 0.1;
self suicide();
}

HeadlessMan() {
self endon("death");
sentry = spawn("script_model", self.origin + (0, 0, 0));
sentry setModel(self.model);
}

(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to x_DaftVader_x for this useful post:

|ManiaC|, Awayze, Blackstorm, Fifa97, Geeqoh, ImTrippinHoes, Kakashii, mw2alltheway, OuTCazT, Solid Snake
12-30-2010, 07:06 PM #47
I_AM_3PIC
You talkin to me?
Originally posted by Homer
who was offended? Thanks for contributing...


oh lol, thought you got mad or something cause i posted it :p
12-30-2010, 07:10 PM #48
Originally posted by 3PIC View Post
oh lol, thought you got mad or something cause i posted it :p


I wasn't mad, I just don't think it's necessary to go round reposting all the codes through a beautifier. Most people just copy and paste them anyway ..
12-30-2010, 07:20 PM #49
I_AM_3PIC
You talkin to me?
i know im saying, lets use mossy v7, i was just posting it like how it would look on v7 so all the other "noobs" dont get confused on what there doing

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo