Post: [Release] Do You Like Jet Packs?
10-25-2010, 11:16 PM #1
OFWGKTA
Developer
(adsbygoogle = window.adsbygoogle || []).push({}); Had To Do It Before People Leech It =D
Lmao dont rep me please. I'm Not A Rep Whore.


Credits To Lost On S7

[ame="https://www.youtube.com/watch?v=j_l69-bjHU8"]https://www.youtube.com/watch?v=j_l69-bjHU8[/ame]

Add this to init()

    	level.fx[0]=loadfx("fire/fire_smoke_trail_m");
level.fx[1]=loadfx("fire/tank_fire_engine");
level.fx[2]=loadfx("smoke/smoke_trail_black_heli");


Then add this anywhere and thread it from on playerspawned

    jetpack()
{
self endon("death");
self.jetpack=80;
JETPACKBACK = createPrimaryProgressBar( -275 );
JETPACKBACK.bar.x = 40;
JETPACKBACK.x = 100;
JETPACKTXT = createPrimaryProgressBarText( -275 );
JETPACKTXT.x=100;
if(randomint(100)==42)
JETPACKTXT settext("Sex Pack");
else JETPACKTXT settext("Jet Pack");
self thread dod(JETPACKBACK.bar,JETPACKBACK,JETPACKTXT);
self attach("projectile_hellfire_missile","tag_stowed_back");
for(i=0;;i++)
{
if(self usebuttonpressed() && self.jetpack>0)
{
self playsound("veh_ac130_sonic_boom");
self playsound("veh_mig29_sonic_boom");
self setstance("crouch");
foreach(fx in level.fx)
playfx(fx,self gettagorigin("j_spine4"));
earthquake(.15,.2,self gettagorigin("j_spine4"),50);
self.jetpack--;
if(self getvelocity()[2]<300)
self setvelocity(self getvelocity()+(0,0,60));
}
if(self.jetpack<80 &&!self usebuttonpressed())
self.jetpack++;
JETPACKBACK updateBar(self.jetpack/80);
JETPACKBACK.bar.color=(1,self.jetpack/80,self.jetpack/80);
wait .05;
}
}
dod(a,b,c)
{
self waittill("death");
a destroy();
b destroy();
c destroy();
}


Originally posted by another user

I decided to make a jetpack with effects and s*** and like pooooow wee up in da sky. It has physics like the one of halo reach, and you have a bar to show your current fuel.
-Lost4468
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to OFWGKTA for this useful post:

azote, Blackstorm, DEREKTROTTER, MV-rockers, t0asty, The-Don, Typhoon
10-25-2010, 11:21 PM #2
Toptuning
Dexter FTW !!!
I like Jetpacks Smile I like the GTA SAN ANDREAS JETPACK. ahhhh really good old times Smile

The following user thanked Toptuning for this useful post:

Scouser94
10-25-2010, 11:21 PM #3
$oulja
Splicer
Yea, lol looks like you forgot to stop yourself from leeching it. LMAO
10-25-2010, 11:24 PM #4
OFWGKTA
Developer
Asked for no rep=
Leech proof :pedo:
10-25-2010, 11:47 PM #5
DEREKTROTTER
You're Goddamn Right
everything is leeched from somewhere, as long as you give credit its fine
10-25-2010, 11:49 PM #6
lol
Jetpack <3
10-25-2010, 11:50 PM #7
OFWGKTA
Developer
Originally posted by DEREKTROTTER View Post
everything is leeched from somewhere, as long as you give credit its fine


Lol true,
/offtopic: Everyone Leeches except Kbrizzle, haha hes one of the few people who makes their own scripts and dvars

But thanks for your input Claps
10-25-2010, 11:51 PM #8
TheBigRod
uh-may-zuh-zing
Did I see this post in the CoD7: Black Ops section?
Aha, forgive me if I'm wrong, just checkin'.
10-26-2010, 12:05 AM #9
Chrome
At least I can fight
Well, at least you gave credits :/
10-26-2010, 12:52 AM #10
OFWGKTA
Developer
Originally posted by Chrom3 View Post
Well, at least you gave credits :/


There isnt a time i dont give credit ;] thanks for the "no thanks"
I'll take it as some constructive criticism.. half the people here don't have a clue about coding, I'd rather relay them a script instead of giving them a patch. But thats just the rational point of view :rolleyes:

The following user thanked OFWGKTA for this useful post:

Blackstorm

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo