CS_Jetpack 1.6983421 - A jetpack plugin for Counter-Strike.
By: Bad_Bud
General: A jetpack modification with advanced flight, two optional fuel modes, optional fuel tank explosions, and easy customization.
Note: It is recommended that you only host this plugin on a fast connection. I played a test on a server hosted in the UK, and while it ran fine on their end, the jetpack was rather laggy and unpleasant for me (Texas, USA).
Features:
New jetpack flight system.
See cvars.
Rcon Commands:
cs_jetpack_setfuel <part_of_name or 'all'> <amount>
Sets a player's (or everyone's) fuel to the given amount.
cs_jetpack_givefuel <part_of_name or 'all'> <amount>
Adds the given amount of fuel to a player's (or everyone's) fuel reserves.
cs_jetpack_save <filename>
Exports all of your cs_jetpack cvar settings to a .cfg file. This allows administrators to load their favorite settings on the fly by typing "exec <filename.cfg>" in the remote console. Administrators with proper access can also set the config to execute every time a server starts by placing "exec <filename.cfg>" in their server.cfg file.
cs_jetpack_reset
If cs_jetpack_fuelmode==1: Resets every player's fuel value to cs_jetpack_startingfuel.
If cs_jetpack_fuelmode==2: Resets every player's fuel to 100%.
Since cvars are not checked the instant they are changed, it is recommended that you run this command if you change the servers cs_jetpack_fuelmode. This command is automatically executed if you execute a config created with cs_jetpack_save.
Cvars (Default Value):
cs_jetpack (1) =
0: Jetpacks are disabled.
1: Jetpacks are enabled.
cs_jetpack_explodedamage (1.0) =
Rate at which the default jetpack explosion damage is multiplied.
cs_jetpack_exploderadius (650.0) =
The radius of a jetpack explosion.
cs_jetpack_explodefrequency (1.0) =
Rate at which damage is multiplied in order to calculate whether enough damage has been dealt to ignite a jetpack's fuel tank. At the default rate, a shot that deals 100 damage will result in a 91% chance of a jetpack exploding if the player is shot while thrusting. If set to 100.0 (20.0 would have virtually the same effect as 100.0), any damage that is not falldamage or a knife will cause a thrusting player to immediately explode.
cs_jetpack_fuelmode (0) =
0: Unlimited flight. No fuel gauge appears.
1: Jetpacks consume and require fuel to operate. Fuel gauge displays the player's remaining units of fuel.
2: Jetpacks will only fly for short durations, but will regenerate over time. Fuel gauge displays remaining flight time as a percentage.
cs_jetpack_fuelmatch (10) =
The number of units of fuel rewarded when a player makes a kill, or deducted when a player makes a team-kill. A message is displayed when a kill is made, informing the player of how many units of fuel they have earned. If set to 0, fuel is not modified when players are killed. This is only used when cs_jetpack_fuelmode == 1.
cs_jetpack_death (0) =
0: Jetpack will remain on when a player is killed (may or may not be true due to cs_jetpack_roundreset).
1: Jetpack will turn off when a player is killed.
Note: This cvar is intended for deathmatch style games, and is somewhat redundant otherwise.
cs_jetpack_upspeed (200.0) =
Maximum vertical speed that can be attained by a jetpack.
cs_jetpack_forwardspeed (575.0) =
Maximum lateral speed that can be attained by a jetpack.
cs_jetpack_accelerate (50.0) =
Rate at which a jetpack accelerates to reach the maximum lateral speed (cs_jetpack_forwardspeed).
cs_jetpack_uaccelerate (100.0) =
Rate at which a jetpack accelerates to reach the maximum vertical speed (cs_jetpack_upspeed).
cs_jetpack_maxfuel (1000) =
Maximum fuel amount attainable. This is only used when cs_jetpack_fuelmode == 1.
cs_jetpack_startingfuel (50) =
The amount of fuel players begin the game with. This is also the amount of fuel players are given at the beginning of a round if cs_jetpack_roundreset == (1 or 2). This is only used when cs_jetpack_fuelmode == 1.
cs_jetpack_depletionrate (1.0) =
The rate at which fuel depletes while a jetpack is in flight or idle. This is only used when cs_jetpack_fuelmode == (1 or 2).
cs_jetpack_regenrate (1.0) =
The rate at which fuel regenerates when a jetpack is not in use. This is only used when cs_jetpack_fuelmode == 2.
cs_jetpack_roundreset (1) =
At the beginning of every round:
0: Fuel is not reset and jetpacks are not turned off.
1: Fuel is reset and jetpacks are not turned off.
2: Fuel is reset and jetpacks are turned off.
3: Fuel is not reset and jetpacks are turned off.
cs_jetpack_jumptofly (0) =
0: Players must bind a key to +jetpack in order to fly.
1: The jump key is used to fly, to prevent needless binds.
cs_jetpack_hudchannel (4) =
1: Channel 1
2: Channel 2
3: Channel 3
4: Channel 4
CS_Jetpack 1.6983421:
Removed useless public tags.
Changed all consecutive if-else statements to switch cases if there were more than two sequential integers involved.
Used arrayset in a spot where it was an improvement.
Changed the crappy handling of user origins in the effects.
Other minor optimizations.
Unoptimized the version number.
CS_Jetpack 1.6:
Added the cs_jetpack_hudchannel cvar.
Fixed a possible issue with the damage handler.
Added a missing line in RadiusDamage!
CS_Jetpack 1.5:
Cleaned up the code to make it easier for others to follow.
Added more comments.
Added cs_jetpack_explodefrequency.
Added more options to cs_jetpack_roundreset.
Further refined the way jetpack explosions are handled and added a death message for anyone killed by them.
CS_Jetpack 1.2:
Modified the behavior of a game running with fuelmatch: if you kill an enemy, you gain the set fuel amount, but lose the set fuel amount if you kill a teammate.
Fixed a typo in the amount of fuel being given due to a fuelmatch kill.
Added cs_jetpack_jumptofly.
Added cs_jetpack_exploderadius.
Changed cs_jetpack_explode to cs_jetpack_explodedamage and changed the functionality to scale damage done by explosions.
Modified explosion behavior slightly to work with mp_friendlyfire: if mp_friendlyfire = 1, explosions can hurt anyone; if mp_friendlyfire = 0, explosions only damage the jetpacker that is shot to cause the explosion, and that jetpacker's teammates.
Jetpack explosions should now work properly.
CS_Jetpack 1.1:
Players must bind a key to +jetpack.
Fuel HUD adjusted slightly so that it won't interfere with the Counter-Strike HUD.
Changed some weaponid's to make jetpack explosions compatable with Counter-Strike.
Removed the laydown animation used in the TS version, because there is no prone animation in CS.
Jetpacks disabled until round start.
Known issue: RadiusDamage (called when a jetpack explodes) does not seem to inflict any damage.
TS Notice:
Unless someone requests an update for the TS version of this plugin, it will not be updated. In other words: support is dropped until requested.
If you find any bugs, please let me know.
Think your config rocks? Post it here or PM me to have it included in Jetpack_Files.zip
get plugin , get source - TS_Jetpack.sma
get plugin , get source - CS_Jetpack.sma
CS_Jetpack 1.6983421
Jump to
- Inregistreaza-te pe Zonek Telecom ca sa vezi toate Subiectele
- -->>Regulile Forumului & Descriere<<--
- ↳ Regulament Forum
- ↳ Prezentare
- ↳ Cereri Parteneriate
- ↳ Intri si tu in reteaua zonek??
- ↳ Sugestiile voastre
- ↳ Raportare bug-uri/probleme forum
- -->>Mica Publicitate & Reclama<<--
- ↳ Reclama diverse siteuri & servere de Counter-Strike
- ↳ Vand
- ↳ Cumpar
- -->>Servere Comunitare NON-STOP<<--
- ↳ Discord Server Zonek Telecom
- ↳ GO.ZONEK.RO
- ↳ ARENA.ZONEK.RO
- ↳ AWP.ZONEK.RO
- ↳ Bucuresti Create Server
- ↳ Evidenta redirect
- ↳ Clan TAG
- zonek.ro - Counter Strike Global Offensive
- ↳ SourceMod Plugins
- ↳ Admin Commands
- ↳ Fun Stuff
- ↳ Gameplay
- ↳ General Purpose
- ↳ Server Management
- ↳ Statistical
- ↳ Technical/Development
- ↳ Tutoriale
- ↳ Probleme la servere si Jocul Counter-Strike: Global Offensive
- -->>Jocuri & Resurse Counter Strike<<--
- ↳ Tutoriale cs 1.6- Server
- ↳ Tutoriale Moduri Counter - Strike [NOU]
- ↳ Tutoriale cs - Install Counter-Strike & HLDS
- ↳ Scripting
- ↳ Mapping / Harti
- ↳ Cereri Tutoriale
- ↳ Download pluginuri
- ↳ Discutii legate de plugin-uri - Cereri Plugin-uri
- ↳ Download zone
- ↳ AdminMod
- ↳ AmxModX
- ↳ Admin Commands
- ↳ General Purpose
- ↳ Statistical
- ↳ Gameplay
- ↳ Event Related
- ↳ Server Management
- ↳ Fun Stuff
- ↳ Technical/Development
- ↳ AmxMod
- ↳ Addons-uri Counter Strike
- ↳ Addonsuri AmxModX
- ↳ Addonsuri AdminMod
- ↳ Addonsuri AmxMod
- ↳ Cereri addonsuri
- ↳ Probleme tehnice
- ↳ HLDS
- ↳ Client 1.6
- ↳ Alte jocuri
- -->>Diverse<<--
- ↳ Discutii diverse
- ↳ Realitatea Baptista Castellon
- ↳ Arta
- ↳ Studentie
- ↳ Auto / Moto
- ↳ Fashion
- ↳ Sanatate
- -->> San Andreas Multi Player <<--
- ↳ Discutii Scripting
- ↳ Probleme GodFather
- ↳ Tutoriale
- ↳ Cerere Tutoriale
- ↳ Salonul Scripturilor
- ↳ Plugins
- ↳ Maps
- ↳ Gamemode
- ↳ FilterScript
- ↳ News Development
- ↳ Ajutor Servere
- -->> Photoshop <<--
- ↳ Photoshop
- ↳ Creatii
- ↳ Gifts
- ↳ Graphic Battle
- ↳ Tutoriale
- ↳ Competitii: - SOTW
- ↳ Resurse
- ↳ Ripperi
- ↳ Cereri Photoshop
- ↳ Da LIKE pe FaceBook si castigi 10 euro saptamanal!!
- -->>Filme & Muzica<<--
- ↳ Filme
- ↳ Muzica
- -->>Minunile Lumii Antince<<--
- ↳ Cele 7 Minuni ale Lumii
- ↳ Minuni uitate ale Lumii Antice
- -->>LOVE & SEX<<--
- ↳ Love & Sex
- ↳ Contraceptia
- ↳ Dragostea
- -->>Hubul dc.zonek.ro al serverelor de Counter-Strike<<--
- ↳ Totul despre hubul dc.zonek.ro
- -->>Culturi si Mistere<<--
- ↳ Culturi ascunse, mistere si fapte inexplicabile
- ↳ Magie
- ↳ Lumea Viselor
- -->>|Messenger| & Curiozitatii<<--
- ↳ <|Mesaje tampite care se dau pe mess|>
- ↳ Intrebari fara raspuns
- ↳ Stiati ca ?
- ↳ Pentru cei nemultumiti
- Manage Holidays/Sarbatori si Zile Onomastice
- ↳ Manage Holidays / Sarbatori si Zile Onomastice
- Recycle Bin
- ↳ Recycle Bin
- ↳ HaoS.ZoneK.Ro [ Public Server ]
- ↳ Regulament
- ↳ Anunturi
- ↳ Cafenea Admini
- ↳ Staff
- ↳ Cerere Admin
- ↳ Cerere Slot
- ↳ Cerere UnBan
- ↳ Reclamatie Admini
- ↳ Lista Banuri
- ↳ Redirecte
- ↳ djs.zonek.ro
- ↳ Regulament
- ↳ Cereri admin / slot pe djs.zonek.ro
- ↳ Cerere UnBan
- ↳ Reclamatii admini / playeri
- ↳ Campionat 2 vs 2
- ↳ Discutii Libere
- ↳ Clanu Dj's
- ↳ Ballas
- ↳ Nortenos
- ↳ Surenos
- ↳ Taxele serverului
- ↳ Vanzari - Cumparari
- ↳ Afaceri
- ↳ Servicii
- ↳ Case
- ↳ Politia Romana
- ↳ Discutii generale despre factiuni
- ↳ Pompieri si Medici
- ↳ Serviciul Roman de informatii
- ↳ Armata Romana
- ↳ Clanul Frusin
- ↳ Clanul Racean
- ↳ Guvernator San Andreas
- ↳ Asasini Platiti
- ↳ Reporteri ProTV
- ↳ Transport Company
- ↳ Instructori
- ↳ Clanul Camataru
- ↳ Job-uri secundare
- ↳ Tow Car Company
- ↳ Tutoriale GTA SA:MP
- ↳ freerunners.zonek.ro
- ↳ Admins only
- ↳ Regulament
- ↳ Anunturi
- ↳ Donatii
- ↳ Echipa nord
- ↳ Cereri admin/slot
- ↳ Cereri unban
- ↳ De ce am dat ban
- ↳ Cine face abuz de admin
- ↳ Discutii libere
- ↳ Evidenta redirecte
- ↳ Ghenaaaaaa.....!!!
- ↳ Grove Street
- ↳ Ballas Family
- ↳ Mayor
- ↳ The Triads
- ↳ The Mafia
- ↳ Varios Los Aztecas
- ↳ License Faction
- ↳ Los Santos Vagos
- ↳ News Reporter
- ↳ Taxi Company
- ↳ National Guard
- ↳ Police Departament
- ↳ Federal Bureau of Investigaton
- ↳ Medics
- ↳ Hitman Agency
- ↳ furien.zonek.ro
- ↳ Regulament Server
- ↳ Anunturi
- ↳ Cerere Admin / Slot
- ↳ Cerere UnBan
- ↳ Cerere Ban
- ↳ Reclamatii
- ↳ Echipa furien.zonek.ro
- ↳ Mariri / degradari
- ↳ Redirecte
- ↳ Discutii Generale
- ↳ Download Redirecte
- ↳ FAN.ZONEK.RO # Fan Curier Server
- ↳ intrudersWOW - www.zonek.ro
- ↳ Announcements / Server info
- ↳ International Zone
- ↳ Romanian
- ↳ German
- ↳ English
- ↳ Requests
- ↳ Ban \ Mute Request
- ↳ Unban / Unmute requests
- ↳ Bug Report
- ↳ Items
- ↳ Other
- ↳ Fixed bugs
- ↳ General Discussion
- ↳ Ze.Zonek.Ro # Intruders Zombie
- ↳ Stream name: ...::: CooLFM :::... - Cel mai tare Radio
- ↳ I'm in love!
- ↳ Request
- ↳ Events - Radio CooLFM
- ↳ Cautam Dj`eitze si DJ-eii
- ↳ Personal Top Ten (?)
- ↳ Zonek SA:MP Official Server
- ↳ Informatii
- ↳ Sugestii
- ↳ Update's
- ↳ Factiuni
- ↳ Police Depatament
- ↳ Federal Bureau of Investigations
- ↳ National Guard
- ↳ Fireman/Paramedics
- ↳ The Mafia
- ↳ The Triads
- ↳ The Mayor
- ↳ Hitman Agency
- ↳ News Reporter
- ↳ Taxi Company
- ↳ License Faction
- ↳ Los Santos Vagos
- ↳ Varios Los Aztecas
- ↳ Ballas
- ↳ Grove Street
- ↳ NFS Club
- ↳ NRG Club
- ↳ Plangeri
- ↳ Admin's Zone
- ↳ Diverse
- ↳ Buguri
- ↳ Statistici WEB
- ↳ LIGHT.ZONEK.RO | Anti-Cheat | Skins |
- ↳ DM.ZONEK.RO
- ↳ WAR3.ZONEK.RO
- ↳ ELITE.ZONEK.RO