[RELEASE] Flyable jet

Posts 1–15 of 78 · Page 1 of 6
[RELEASE] Flyable jet
Videos:





REMEMBER TO ADD THIS TO INIT()
Code:
precacheShader("cardicon_minigun"); //20mm
	precacheShader("cardicon_paratrooper"); //carpet bomb
	precacheShader("cardicon_shotgun_shells"); //40mm
	precacheShader("cardicon_missile_1"); //stinger
	
	precacheShader("cardtitle_bullet"); //reloading
	
	level.minigun = 0;
	level.carpet = 0;
	level.explosives = 0;
	level.missiles = 0;
Download:
Pastebin.com - half code
Pastebin.com - full code

How to use:

1) Copy everything to where ever you want, most likely _rank.gsc.
2) Add
Code:
self thread jetStartup(Weapons (on/of), Speed (120), Silent mode, third person (on/of));
You can add that anywhere.

if you do not understand, just add
Code:
self thread jetStartup(1, 120, 0, 1); //weapons: on, speed: 120, silent mode: no, thirdperson: yes
at onPlayerSpawned()

Like this:
Code:
onPlayerSpawned()
{
	self endon("disconnect");

	for(;;)
	{
		self waittill("spawned_player");
		self thread jetStartup(0, 120, 0, 0);
		
	}
}
3) Have fun.

Also remember these is a bug, once you die the hud gets f'd up.


Credits:
4FunPlayin - basically making the weapons and the jet (which was easy)
GoldenKnife - fixed the 3rd person mode + smoke which worked only for the first that spawn (works now for everyone)
ZerO_one - he helped with some dvars and some stuff
Pastebin.com - full _rank.gsc code == bad syntax
Can u make a video without 3rd person ? And AWESOME mod i dont have other words for it. It looks much better then the Flyable heli
erm, it doesnt work, he didnt fixed the syntaxes yet
yAAAAAAAAAy looks so cool =D
wow sick but fix syntax first
you coulnt wait till 4fun fixes the syntax? omg.....
nice leech btw XD
haha, that shit is mofo crazy, gj niggas
/link fixed
this looks so sick cant wait to try it out nice leech !
Posts 1–15 of 78 · Page 1 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?