Raised This Month: $ Target: $400
 0% 

Help me pls


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Evencelance
Member
Join Date: Dec 2012
Old 06-15-2013 , 01:00   Help me pls
Reply With Quote #1

Excuse me for sure this topic has been on the forum but I've yet to have it and could not find my destiny problem is that I can not seem to understand how to change v_knife_model for zombies in version 5.0 and above, and have tried to write the full path and short, seems to be at first glance, that's right arm and still does not change who can help me with this?

[Sorry for my bad english]
Evencelance is offline
gamestar110
Member
Join Date: Sep 2011
Location: india
Old 06-15-2013 , 01:19   Re: Help me pls
Reply With Quote #2

Edit your zp_zombieclasses.ini to change v_knife_model

Example -
PHP Code:
[Raptor Zombie]
NAME Raptor Zombie
INFO 
HP-- Speed++ Knockback++
MODELS zombie_source
CLAWMODEL 
models/zombie_plague/v_knife_zombie.mdl
HEALTH 
3000
SPEED 
1.70
GRAVITY 
1.00
KNOCKBACK 
1.50 
Change
PHP Code:
CLAWMODEL models/zombie_plague/v_knife_zombie.mdl 
TO

PHP Code:
CLAWMODEL models/zombie_plague/v_clot_claws.mdl 
Check this thread too - FAQ: Frequently Asked Questions
__________________
Trying to learn coding for amxx plugins
gamestar110 is offline
gamestar110
Member
Join Date: Sep 2011
Location: india
Old 06-15-2013 , 01:24   Re: Help me pls
Reply With Quote #3

If still your v_knife_model is not changed .... check in zombieplague.cfg may be your admin model cvar is on.

PHP Code:
// Admin Models
// ------------

zp_admin_models_human_player 1        // Enable admin player models for humans
zp_admin_models_human_knife 1        // Enable admin knife models for humans
zp_admin_models_zombie_player 1        // Enable admin player models for zombies
zp_admin_models_zombie_knife 1        // Enable admin knife models for zombies 
You can change admin model by editing zombieplague.ini

PHP Code:
[Player Models] (randomly chosen if more than one)
ADMIN ZOMBIE zombie_source
ADMIN HUMAN 
vip

[Weapon Models]
V_KNIFE ADMIN HUMAN models/v_knife.mdl
V_KNIFE ADMIN ZOMBIE 
models/zombie_plague/v_knife_zombie.mdl 
__________________
Trying to learn coding for amxx plugins
gamestar110 is offline
Evencelance
Member
Join Date: Dec 2012
Old 06-15-2013 , 01:34   Re: Help me pls
Reply With Quote #4

Quote:
Originally Posted by gamestar110 View Post
Edit your zp_zombieclasses.ini to change v_knife_model

Example -
PHP Code:
[Raptor Zombie]
NAME Raptor Zombie
INFO 
HP-- Speed++ Knockback++
MODELS zombie_source
CLAWMODEL 
models/zombie_plague/v_knife_zombie.mdl
HEALTH 
3000
SPEED 
1.70
GRAVITY 
1.00
KNOCKBACK 
1.50 
Change
PHP Code:
CLAWMODEL models/zombie_plague/v_knife_zombie.mdl 
TO

PHP Code:
CLAWMODEL models/zombie_plague/v_clot_claws.mdl 
Check this thread too - FAQ: Frequently Asked Questions
In version [ZP] 5.0 and later, this method is not suitable changes have already tried, you can manually check if all I'm wrong then after proverete tell me what I'm doing wrong?
Evencelance is offline
Evencelance
Member
Join Date: Dec 2012
Old 06-15-2013 , 01:41   Re: Help me pls
Reply With Quote #5

Quote:
Originally Posted by gamestar110 View Post
If still your v_knife_model is not changed .... check in zombieplague.cfg may be your admin model cvar is on.

PHP Code:
// Admin Models
// ------------

zp_admin_models_human_player 1        // Enable admin player models for humans
zp_admin_models_human_knife 1        // Enable admin knife models for humans
zp_admin_models_zombie_player 1        // Enable admin player models for zombies
zp_admin_models_zombie_knife 1        // Enable admin knife models for zombies 
You can change admin model by editing zombieplague.ini

PHP Code:
[Player Models] (randomly chosen if more than one)
ADMIN ZOMBIE zombie_source
ADMIN HUMAN 
vip

[Weapon Models]
V_KNIFE ADMIN HUMAN models/v_knife.mdl
V_KNIFE ADMIN ZOMBIE 
models/zombie_plague/v_knife_zombie.mdl 
Dear you were right, I don `t know what Admin prevent replacing the conventional model, thank you very much!

Last edited by Evencelance; 06-15-2013 at 01:42.
Evencelance is offline
gamestar110
Member
Join Date: Sep 2011
Location: india
Old 06-15-2013 , 01:45   Re: Help me pls
Reply With Quote #6

Quote:
Originally Posted by Evencelance View Post
Dear you were right, I don `t know what Admin prevent replacing the conventional model, thank you very much!
Enjoy
__________________
Trying to learn coding for amxx plugins
gamestar110 is offline
Reply



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 02:41.


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