Raised This Month: $ Target: $400
 0% 

[help] zombie max speed


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Baws
Veteran Member
Join Date: Oct 2012
Old 09-06-2013 , 20:11   Re: [help] zombie max speed
Reply With Quote #4

As you can see here:
Code:
new const zclass_name[] = { "Gravity Zombie" } // name new const zclass_info[] = { "Low Grav -HP" } // description new const zclass_model[] = { "zombie_source" } // model new const zclass_clawmodel[] = { "v_knife_zombie.mdl" } // claw model const zclass_health = 800 // health const zclass_speed = 200 // speed const Float:zclass_gravity = 0.5 // gravity const Float:zclass_knockback = 0.6 // knockback

It's already there. You just need to put the speed you want (Number) and put this:
Code:
g_zclassid1 = zp_register_zombie_class(zclass_name, zclass_info, zclass_model, zclass_clawmodel, zclass_health, zclass_speed, zclass_gravity, zclass_knockback)
And you will be done. It's simple buddy. Or there's something different?
__________________
Like my clean plugins and work?
Baws 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 19:05.


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