Descriptions:
Code:
I see many jetpack plugins, but there is no plugin that make me excited to use on server. So i've decided to create my own way jetpack, so named it as "N4D JetPack Only".
Yes, JetPack only, no bazooka. So you can fly like a boss using this jetpack. Feel free to test.
Different from other plugins:
Code:
- My jetpack not using server_frame, ClientPreThink forward, i create a jetpack entity and set it think on 0.1 seconds.
- My jetpack not using loop for 32 players to make it think like older jetpack plugin.
- My jetpack use TE_BEAMFOLLOW as a trail, more fancy more smooth.
- My jetpack don't have bazooka.
- My jetpack support both zp43 and zp50.
Modules:
Code:
#include <hamsandwich>
#include <fakemeta>
#include <engine>
Configurations:
Code:
All hardcoded for smooth gameplay.
#define JpPower 400 -- forward speed (must be in integer)
#define JpUp 200.0 -- up velocity (must be in float)
#define MaxGas 20 -- max gas amount (must be in integer)
#define ClassnameJp "n4d_jetpack" -- jetpack classname (must be in string)
#define ModelJp "models/zs/p_jp2.mdl"
#define SoundFly "zs/fly2.wav"
#define SoundBlow "zs/blow.wav"
#define ItemName "N4D JetPack Only"
#define ItemCost 200 -- item cost (must be in integer)
ZP50 Support:
Code:
//Uncomment this if your server is running ZP50 and above.
#define UseZP50
Known Bugs:
Screen Shots:
[IMG]http://s10.************/tinm11b0p/n4djp.png[/IMG]