Thread: [Subplugin Submission] [ZP] Class: Fast Jumper
View Single Post
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