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