Post: [SCRIPT] Bomber Man
06-25-2012, 09:32 PM #1
TOM DAINTY
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Got bored and made this, basically Jet comes in center of the map drops a bomb and kills everyone Happy just thought I'd release.

You thread it like this BomberMan( (3637, 10373, 1000), "vehicle_mig29_desert", 12 );
    
BomberMan( Position, Model, Time )
{
level.mapCenter = maps\mp\gametypes\_spawnlogic::findBoxCenter( level.spawnMins, level.spawnMaxs );
self iPrintln( "Bomber Man Incoming!" );
self playsound( "veh_mig29_mid_loop" );
self.Nuke["Plane"] = spawn( "script_model", Position );
self.Nuke["Plane"] setModel( Model );
self.Nuke["Plane"].angles = ( 0, 245, 0 );
self.Nuke["Plane"] moveto( level.mapCenter + ( 0, 0, 1000 ), Time );
wait ( Time );
for( t = 0; t < level.players.size; t++ )
{
level.players[t] iPrintlnBold( "Look in the center of the map" );
}
wait ( 3 );
self playsound( "claymore_activated" );
self setClientDvar( "timescale", .5 );
self.Nuke["Bomb"] = spawn( "script_model", self.Nuke["Plane"].origin );
self.Nuke["Bomb"] setModel( "projectile_cbu97_clusterbomb" );
self.Nuke["Bomb"].angles = ( 90, 90, 90 );
self.Nuke["Bomb"] moveto( self.Nuke["Plane"].origin - ( 0, 0, 950 ), 1 );
self.Nuke["Plane"] moveto( ( 3637, 10373, 1000 ), 4 );
wait ( 1 );
visionSetNaked( "Cargoship_blast", 1 );
playfx( level.chopper_fx["explode"]["large"], self.Nuke["Bomb"].origin );
self playsound( "exp_suitcase_bomb_main" );
wait ( .2 );
self.Nuke["Bomb"] delete();
for( t = 0; t < level.players.size; t++ )
{
level.players[t] playsound( "breathing_hurt" );
earthquake( 1.1, 2.5, ( 0, 0, 100 ), 900000 );
level.players[t] suicide();
setExpFog( 150,350, 229/255, 165/255, 0/255, 7 );
}
wait ( 3 );
visionSetNaked( "Default", 1 );
self setClientDvar( "timescale", 1 );
wait ( 9 );
self.Nuke["Plane"] delete();
setExpFog( 9000, 9001, 229/255, 165/255, 0/255, 3 );
}


Heres pictures of it as I can't record on my pc!
[ATTACH=CONFIG]17766[/ATTACH][ATTACH=CONFIG]17767[/ATTACH][ATTACH=CONFIG]17768[/ATTACH][ATTACH=CONFIG]17765[/ATTACH]

Credits to IELIITEMODZX - used his orange fog effect from his atomic bomb Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to TOM DAINTY for this useful post:

247Yamato, IVI40A3Fusionz, nay1995, Razorcut2015, Special-Modding, x Elite MoDz x
06-25-2012, 10:11 PM #2
How come you can't record?
06-25-2012, 10:24 PM #3
TOM DAINTY
Do a barrel roll!
Originally posted by Razorcut2015 View Post
How come you can't record?


I could record if I wanted to just never downloaded a recording programme, so I just upload some images.

Edit: Plus I don't know any decent recording programmes.
06-25-2012, 11:26 PM #4
x Elite MoDz x
Climbing up the ladder
nice post you monkey :P
06-28-2012, 05:01 AM #5
Hmm seems nice.

The following user thanked TheUnexpected for this useful post:

Special-Modding

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo