Raised This Month: $12 Target: $400
 3% 

Kz Jump Plugin v0.08b


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay       
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 07-31-2006 , 19:03   Kz Jump Plugin v0.08b
Reply With Quote #1

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
Attached Files
File Type: zip kz_jump_plugin.zip (92.0 KB, 34498 views)
__________________
No private support via Instant Message
GunGame:SM Released

Last edited by teame06; 04-19-2007 at 02:38.
teame06 is offline
Send a message via AIM to teame06
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 07-31-2006 , 19:04   Re: Kz Jump Plugin v0.05
Reply With Quote #2

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.
__________________
No private support via Instant Message
GunGame:SM Released

Last edited by teame06; 04-06-2007 at 13:27.
teame06 is offline
Send a message via AIM to teame06
c0de
Junior Member
Join Date: Jul 2006
Old 07-31-2006 , 19:18   Re: Kz Jump Plugin v0.05
Reply With Quote #3

Can I kiss you ?
c0de is offline
k007
BANNED
Join Date: Mar 2006
Location: bacon?
Old 07-31-2006 , 19:28   Re: Kz Jump Plugin v0.05
Reply With Quote #4

gj man +karma if i have any left
k007 is offline
Send a message via MSN to k007
OneEyed
AMX Mod X Beta Tester
Join Date: Jun 2005
Old 07-31-2006 , 19:33   Re: Kz Jump Plugin v0.05
Reply With Quote #5

hello teame06
__________________
OneEyed is offline
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 07-31-2006 , 20:22   Re: Kz Jump Plugin v0.05
Reply With Quote #6

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.
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 07-31-2006 , 20:28   Re: Kz Jump Plugin v0.05
Reply With Quote #7

Damn, nice work.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
yumi
Member
Join Date: Jun 2005
Old 08-01-2006 , 10:35   Re: Kz Jump Plugin v0.05
Reply With Quote #8

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
yumi is offline
Send a message via AIM to yumi
ThomasNguyen
Senior Member
Join Date: May 2006
Old 08-01-2006 , 10:41   Re: Kz Jump Plugin v0.05
Reply With Quote #9

Insane. + K A R M A !
__________________
ThomasNguyen is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 08-01-2006 , 11:03   Re: Kz Jump Plugin v0.05
Reply With Quote #10

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.
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:30.


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