Raised This Month: $ Target: $400
 0% 

[help] zombie max speed


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tkss20
Junior Member
Join Date: Dec 2012
Old 09-03-2013 , 15:02   [help] zombie max speed
Reply With Quote #1

PHP Code:
    if (g_iszombie[id])
    {
        
set_pev(idpev_maxspeedxSpeed[id][Speed])
    } 
why it dosent works
tkss20 is offline
Baws
Veteran Member
Join Date: Oct 2012
Old 09-05-2013 , 19:36   Re: [help] zombie max speed
Reply With Quote #2

Um if you would like to put all the code it will be helpful :]
__________________
Like my clean plugins and work?
Baws is offline
Old 09-06-2013, 06:03
LordOfNothing
This message has been deleted by ConnorMcLeod. Reason: troll, or posting random confusing code, or posting for posts count
Baws
Veteran Member
Join Date: Oct 2012
Old 09-06-2013 , 20:11   Re: [help] zombie max speed
Reply With Quote #3

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
Reply


Thread Tools
Display Modes

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