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

Subplugin Submission [ZP] Class: Fast Jumper


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
musicbg91
Member
Join Date: Jan 2011
Location: Bulgaria
Old 07-22-2011 , 03:03   [ZP] Class: Fast Jumper
Reply With Quote #1

[ZP] Class: Fast Jumper

Screenshots of the class will be added soon!

Description:
This plugin add a new zombie class - Fast Jumper in your zombie plague server. He's fast,it haves a low gravity and a good amount HP.

Health: 2500
Speed: 320
Gravity: 0.40
Knockback: 1.0


Changelog:
Code:
- v1.0: First Release
The plugin is tested by me on amx mod x 1.8.1 and it works!

http://www.mediafire.com/?u31z1le1xs9inx7 download the models from here!

I'm waiting for suggestions,comments and other things.You can always say what i can add.
Attached Files
File Type: sma Get Plugin or Get Source (zp_class_fast_jumper.sma - 5108 views - 930 Bytes)

Last edited by musicbg91; 07-22-2011 at 03:07.
musicbg91 is offline
Send a message via Skype™ to musicbg91
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 07-22-2011 , 05:30   Re: [ZP] Class: Fast Jumper
Reply With Quote #2

No offence but you only modified some attributes and posted it here.
Try to add some extra features (Some creative one's)
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 07-22-2011 , 09:11   Re: [ZP] Class: Fast Jumper
Reply With Quote #3

Suggestions:
* Since it name is "Fast Jumper" so you need to add leap ability.
* A trail/sound for leap effect.
* Add sacrifice damage for using leap, 50dmg/leap.

Then your zombie class will become more fancy. I like it.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
musicbg91
Member
Join Date: Jan 2011
Location: Bulgaria
Old 07-22-2011 , 09:41   Re: [ZP] Class: Fast Jumper
Reply With Quote #4

Well,ok.These things will be added in the new version,but this plugin is my first that's why it' so simple.
musicbg91 is offline
Send a message via Skype™ to musicbg91
JoKeR LauGh
Veteran Member
Join Date: May 2011
Location: Malaysia
Old 08-20-2011 , 09:44   Re: [ZP] Class: Fast Jumper
Reply With Quote #5

I think Fry! already did this ... hmmm .. will try your's . will report any bugs after tried it!
(anyway your zombie class is better than Fr0Zeen as he like to C&P and use other people plugin..... >.>)
__________________
Quote:
Originally Posted by addons_zz View Post
Also, just to not read `the article`, read all you find. Read and read, for ever and ever. Never stop reading.
Why? Because there is not one single universal truth which holds the meaning for everything.
JoKeR LauGh is offline
musicbg91
Member
Join Date: Jan 2011
Location: Bulgaria
Old 08-21-2011 , 12:20   Re: [ZP] Class: Fast Jumper
Reply With Quote #6

well thank you,soon i will release new (i think stable) version (1.1) and it will be added new features in the class.
musicbg91 is offline
Send a message via Skype™ to musicbg91
DSASDFGH
Senior Member
Join Date: Jul 2011
Location: Facebook
Old 08-22-2011 , 06:45   Re: [ZP] Class: Fast Jumper
Reply With Quote #7

Hmm.. what is this ? ? ? ? ? ? ?

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <zombieplague>
#define PLUGIN "ZP:Extra Zclass:Fast Jumper"
#define VERSION "1.0"
#define AUTHOR "MusiC"
new const zclass1_name[] = { "Fast Jumper" }
new const 
zclass1_info[] = { "Low Gravity,Fast" }
new const 
zclass1_model[] = { "fast_jumper" }
new const 
zclass1_clawmodel[] = { "v_fast_jumper.mdl" }
const 
zclass1_health 2500
const zclass1_speed 320
const Float:zclass1_gravity 0.4
const Float:zclass1_knockback 0.8

public plugin_init() {
   
register_plugin(PLUGINVERSIONAUTHOR)
   
   
zp_register_zombie_class(zclass1_namezclass1_infozclass1_modelzclass1_clawmodelzclass1_healthzclass1_speedzclass1_gravityzclass1_knockback)        

DSASDFGH is offline
MmikiM
Senior Member
Join Date: Nov 2006
Location: Poland
Old 08-22-2011 , 07:16   Re: [ZP] Class: Fast Jumper
Reply With Quote #8

Will be better if you include AutoBH... Now it is just normal class...
__________________


Projects:
Zombie Elite - Technical: 100% Looking for models and sounds...
CS:Source Zombie -
Work in progress...
MmikiM is offline
musicbg91
Member
Join Date: Jan 2011
Location: Bulgaria
Old 08-22-2011 , 17:04   Re: [ZP] Class: Fast Jumper
Reply With Quote #9

Quote:
Originally Posted by DSASDFGH View Post
Hmm.. what is this ? ? ? ? ? ? ?

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <zombieplague>
#define PLUGIN "ZP:Extra Zclass:Fast Jumper"
#define VERSION "1.0"
#define AUTHOR "MusiC"
new const zclass1_name[] = { "Fast Jumper" }
new const 
zclass1_info[] = { "Low Gravity,Fast" }
new const 
zclass1_model[] = { "fast_jumper" }
new const 
zclass1_clawmodel[] = { "v_fast_jumper.mdl" }
const 
zclass1_health 2500
const zclass1_speed 320
const Float:zclass1_gravity 0.4
const Float:zclass1_knockback 0.8

public plugin_init() {
   
register_plugin(PLUGINVERSIONAUTHOR)
   
   
zp_register_zombie_class(zclass1_namezclass1_infozclass1_modelzclass1_clawmodelzclass1_healthzclass1_speedzclass1_gravityzclass1_knockback)        

i dont understand you,say what do you want to mean with this your post?

Btw.. Mmkim,this is class for Speed and Jump abillity,not autobhop zombie .. if i include bhop this class will be almoust unstoppable and that will be a bullshit ..
musicbg91 is offline
Send a message via Skype™ to musicbg91
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 08-22-2011 , 17:12   Re: [ZP] Class: Fast Jumper
Reply With Quote #10

Quote:
Originally Posted by musicbg91 View Post
i dont understand you,say what do you want to mean with this your post?

Btw.. Mmkim,this is class for Speed and Jump abillity,not autobhop zombie .. if i include bhop this class will be almoust unstoppable and that will be a bullshit ..
He means that this class is quite simple (which is a fact), add sumthing interesting.
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
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 13:11.


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