Raised This Month: $ Target: $400
 0% 

Subplugin Submission [ZP] Class: Fast Jumper


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 16:05.


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