AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Kz Jump Plugin v0.08b (https://forums.alliedmods.net/showthread.php?t=42367)

teame06 07-31-2006 19:03

Kz Jump Plugin v0.08b
 
11 Attachment(s)
To Mappers
Please try to follow this standard of start/end buttons

Please use the keyvalue "target" names for the "func_button" entity.
For Start buttons use:
"counter_start"
"clockstartbutton"
"firsttimerelay"

For End buttons use:
"clockstop"
"counter_off"
"clockstopbutton"

If you do not put start/end buttons on the map. It is also fine cause this plugin will have a start/end button creator so server ops can place there own with maps that do not have it.

Kz Jump Plugin v0.08b
by teame06

Tested only in AMX Mod X 1.75a

This plugin was created due to the fact that the current KZ Multiplugin by AssKicR was unsupported and buggy. Also with a closed sourced plugin called Climb 1.9.16a by Don Juan from http://www.jello-net.com . I give him props for making a really good kz plugin but due to the fact that he would not respond to PM about getting the source code. I have decided to recreate plugin by disassembling his plugin and recreating what ever parts I could not disassemble.

Requirements:
  • AMX Mod X 1.75 or greater
  • Respawn Controller plugin (Include in zip file)
  • Kz/Climb maps (Have start and end buttons)
  • Fakemeta module
  • Cstrike module
  • Nvault (Future release)
  • sqlx (Future release)

Install Instructions:
Read the Install Instruction.txt file in the .zip.

Features:
  • Invididual timers displayed in Round Time Display.
  • Ability to pause individual timers.
  • Auto semiclip with boosting option.
  • Auto equip scout, c4, Nightvision.
  • Slow Auto Healing when timer is started.
  • Health start at 255.
  • Single Fake CT Client. (Optional)
  • Auto Join Team CT. (Optional)
  • Auto detect if maps are KZ maps. If maps are not Kz Maps then all the plugins will turn itself off.
  • Auto Respawn (Requires Respawn Controller plugin)
  • Ability to make check point while ducking without getting stuck.
  • Global time score keeping in a mysql database (Future release).
  • Local time score keeping in a nvault (Future release).
  • 18 and under safe. This remove the ability of people entering secret rooms with XXX pictures. This doesn't not block people from entering those room by NoClip. (Only maps that are listed will be supported.)
  • Scoreboard (Future Release)
[*] Customizable map completion prizes

Say and console Commands:
- Save a checkpoint
  • /cp
  • /checkpoint
  • /check
  • /cp
- Return to a check point
  • /gocheck
  • /gc
  • /tele
  • /tp
- Get unstuck
  • /stuck
  • /unstuck
- Boost (2 or more people must do this to work.)
  • /boost
  • /toggle_boost
- Reset timer and bring you back to spawn.
  • /reset
  • /restart

Cvars:
  • kz_enabled - Default value is 1. Enable or disable the the plugin.
  • kz_boosttime - Default value is 45 in seconds. This cvar allow how long boost is enabled for.
  • kz_autojoin - Default value is 0. This will auto join the player to team CT.
  • kz_cp_price - Default value is 0. This is the cost per each checkpoint.

To Do:
  • Multi-Lingual Support.
  • In-game scoreboard.
  • Local stats via Nvault.
  • Global stats via mysql.
  • Grab plugin (Maybe just use GHW_Chronic).
  • Hook pluign (Maybe just use GHW_Chronic).
  • Cvar for Max health
  • Add a function to remove water.

Credits:
Don Juan from http://jello-net.com for making a really good plugin but not releasing the source to the plugin. I disassemble parts of his plugins to recreate Kz Jump Plugin. Below is a list of disassemble code I used from his plugin.

- No Block Code with boost option.
- Climb Timer using RoundTime.
- Duck while check point fix.
- Prize Config Structure.

OneEyed for the Fake Client code.
strelomet (YaPB) for the Scoreboard Latency BOT.
Basic-Master for his set_keyvalue, register_saycmd

SVN: http://svn.alliedmods.net/viewvc.cgi/?root=teame06

teame06 07-31-2006 19:04

Re: Kz Jump Plugin v0.05
 
kz_safe.amxx supported maps:
  • kz_wsp_marioland
  • kz_man_lost_island
  • kz_man_dragon

Quote:

Originally Posted by ChangeLog
v 0.08b [4/06/2007]
- Fix a bug with the give/remove of prizes in kz_prizes

v 0.08a [2/12/2007]
- Fix an exploit with the pause command.

v 0.08 [08/12/06]
- Certain things was still being run on non-kz maps.
- Added a check for surf_ map names prefixes. Any other customs maps without

surf_ prefixes with the start and end timers like the kz can't be dealt with.

You have to manually do AMX Mod X Customs maps configs.

v 0.07 [08/06/06]
- Added command /toggle_boost. This will allow keep your boost enabled. Still

requires 2 or more players. If a 3rd person without it enable will force all 3

players into semiclip.
- Added checkpoint pricing.
- When players start the timer and if pricing is enabled. Player money will be

set with mp_startmoney.
- kz_enabled is set to 0 when map is not kz.
- Added Prize plugin. This is where you can set your prizes to give to

players.
- Added kz\prizes.ini
- Kz will enabled the respawn plugin now.
- Will give players weapon usp if the players does not have one.
- Updated the kz.cfg.
- Updated the plugins-kz.ini

v 0.06 [08/02/06]
- Fix kz_enabled 0 would not work when you use AMX Mod X map config.
- If noclip is enabled during climb plugin will stop the timer.
- Fake client not being removed when the plugins are paused.
- Fixed bug where it would not allow you to start the timer on linux servers.
- Fixed typo in kz.misc.amxx where nothing would start.

v 0.05 [08/1/06]
- Initial Release

[08/12/06] Respawn Controller Plugin v. 0.04
- The plugin did not execute the respawn.cfg correctly.

[08/06/06] Respawn Controller Plugin v. 0.03
- Remove drops weapons.
- Added weapon_stay cvar. How long weapons stay on the ground. Default value 5

in secs. -1 will disable weapon removal.
- resapwn_enabled cvar is set to 0 by default.
- Added respawn.cfg

[08/02/06] Respawn Controller Plugin v. 0.02
- Added respawn_enabled to disable/enable the plugin.


c0de 07-31-2006 19:18

Re: Kz Jump Plugin v0.05
 
Can I kiss you ? :D

k007 07-31-2006 19:28

Re: Kz Jump Plugin v0.05
 
gj man +karma if i have any left

OneEyed 07-31-2006 19:33

Re: Kz Jump Plugin v0.05
 
hello teame06

teame06 07-31-2006 20:22

Re: Kz Jump Plugin v0.05
 
Very Small Update.
- Moved help file from default cs motd.

The only file that was changed for this kz_main.amxx and added help.txt under configs\kz.

Bo0m! 07-31-2006 20:28

Re: Kz Jump Plugin v0.05
 
Damn, nice work. :up:

yumi 08-01-2006 10:35

Re: Kz Jump Plugin v0.05
 
For some reason I couldn't get kz_main.amxx to load. I recieve a bad load.

04:40:27 Currently loaded plugins:
name version author file status
Admin Base 1.71 AMXX Dev Team admin.amxx running
Admin Commands 1.71 AMXX Dev Team admincmd.amxx running
Admin Help 1.71 AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.71 AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.71 AMXX Dev Team multilingual.am running
Menus Front-End 1.71 AMXX Dev Team menufront.amxx running
Commands Menu 1.71 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.71 AMXX Dev Team plmenu.amxx running
Maps Menu 1.71 AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.71 AMXX Dev Team adminchat.amxx running
Anti Flood 1.71 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.71 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.71 AMXX Dev Team imessage.amxx running
Admin Votes 1.71 AMXX Dev Team adminvote.amxx running
NextMap 1.71 AMXX Dev Team nextmap.amxx running
TimeLeft 1.71 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.71 AMXX Dev Team pausecfg.amxx running
04:40:27 Stats Configurati 1.71 AMXX Dev Team statscfg.amxx running
Restrict Weapons 1.71 AMXX Dev Team restmenu.amxx running
StatsX 1.71 AMXX Dev Team statsx.amxx running
Amx_Super All-In- 2.0 bmann_420/AMX(x) amx_super.amxx running
Fake TeamBot 1.3 OneEyed faketeambot.amx running
Soccer Jam(OFF) 1.57a OneEyed soccerjam.amxx error
unknown unknown unknown kz_main.amxx bad load
Kz 18 and Under S 0.05 teame06 kz_safe.amxx running
KZ Misc 0.05 teame06 kz_misc.amxx running
KZ No Block 0.05 teame06 kz_noblock.amxx running
Kz Fake Player 0.05 teame06 kz_fakeplayer.a running
Respawn Controlle 0.01 teame06 respawn_control running
29 plugins, 27 running

ThomasNguyen 08-01-2006 10:41

Re: Kz Jump Plugin v0.05
 
Insane. + K A R M A !

Xanimos 08-01-2006 11:03

Re: Kz Jump Plugin v0.05
 
Quote:

Originally Posted by yumi
For some reason I couldn't get kz_main.amxx to load. I recieve a bad load.

04:40:27 Currently loaded plugins:
name version author file status
Admin Base 1.71 AMXX Dev Team admin.amxx running
Admin Commands 1.71 AMXX Dev Team admincmd.amxx running
Admin Help 1.71 AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.71 AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.71 AMXX Dev Team multilingual.am running
Menus Front-End 1.71 AMXX Dev Team menufront.amxx running
Commands Menu 1.71 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.71 AMXX Dev Team plmenu.amxx running
Maps Menu 1.71 AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.71 AMXX Dev Team adminchat.amxx running
Anti Flood 1.71 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.71 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.71 AMXX Dev Team imessage.amxx running
Admin Votes 1.71 AMXX Dev Team adminvote.amxx running
NextMap 1.71 AMXX Dev Team nextmap.amxx running
TimeLeft 1.71 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.71 AMXX Dev Team pausecfg.amxx running
04:40:27 Stats Configurati 1.71 AMXX Dev Team statscfg.amxx running
Restrict Weapons 1.71 AMXX Dev Team restmenu.amxx running
StatsX 1.71 AMXX Dev Team statsx.amxx running
Amx_Super All-In- 2.0 bmann_420/AMX(x) amx_super.amxx running
Fake TeamBot 1.3 OneEyed faketeambot.amx running
Soccer Jam(OFF) 1.57a OneEyed soccerjam.amxx error
unknown unknown unknown kz_main.amxx bad load
Kz 18 and Under S 0.05 teame06 kz_safe.amxx running
KZ Misc 0.05 teame06 kz_misc.amxx running
KZ No Block 0.05 teame06 kz_noblock.amxx running
Kz Fake Player 0.05 teame06 kz_fakeplayer.a running
Respawn Controlle 0.01 teame06 respawn_control running
29 plugins, 27 running

Please read the very first requirement on the first post.


All times are GMT -4. The time now is 09:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.