AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP] Class: Fast Jumper (https://forums.alliedmods.net/showthread.php?t=162711)

musicbg91 07-22-2011 03:03

[ZP] Class: Fast Jumper
 
1 Attachment(s)
[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. :)

abdul-rehman 07-22-2011 05:30

Re: [ZP] Class: Fast Jumper
 
No offence but you only modified some attributes and posted it here.
Try to add some extra features (Some creative one's)

yokomo 07-22-2011 09:11

Re: [ZP] Class: Fast Jumper
 
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.

musicbg91 07-22-2011 09:41

Re: [ZP] Class: Fast Jumper
 
Well,ok.These things will be added in the new version,but this plugin is my first that's why it' so simple. :)

JoKeR LauGh 08-20-2011 09:44

Re: [ZP] Class: Fast Jumper
 
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..... >.>)

musicbg91 08-21-2011 12:20

Re: [ZP] Class: Fast Jumper
 
well thank you,soon i will release new (i think stable) version (1.1) and it will be added new features in the class.:wink:

DSASDFGH 08-22-2011 06:45

Re: [ZP] Class: Fast Jumper
 
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)        



MmikiM 08-22-2011 07:16

Re: [ZP] Class: Fast Jumper
 
Will be better if you include AutoBH... Now it is just normal class...

musicbg91 08-22-2011 17:04

Re: [ZP] Class: Fast Jumper
 
Quote:

Originally Posted by DSASDFGH (Post 1538277)
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 ..:nono::down:

abdul-rehman 08-22-2011 17:12

Re: [ZP] Class: Fast Jumper
 
Quote:

Originally Posted by musicbg91 (Post 1538700)
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 ..:nono::down:

He means that this class is quite simple (which is a fact), add sumthing interesting.


All times are GMT -4. The time now is 14:42.

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