Raised This Month: $ Target: $400
 0% 

Zombie Infection Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
luksyyys
Member
Join Date: Feb 2008
Old 03-01-2008 , 06:57   Re: Zombie Infection Plugin
Reply With Quote #31

and how to change a knife sounds for zombie because i changed hand model but it sound is like old knife
luksyyys is offline
yathsing
Member
Join Date: Feb 2008
Old 03-01-2008 , 07:43   Re: Zombie Infection Plugin
Reply With Quote #32

Quote:
Originally Posted by luksyyys View Post
but it writing model not prechached models/v_knife_zombie.mdl
Code:
new const PLAYER_MODEL[] = "mysticdeath_zombie";
new const ZOMBIE_MODEL[] = "models/player/mysticdeath_zombie/mysticdeath_zombie.mdl";
new const ZOMBIE_CLAWS[] = "models/v_knife_zm.mdl";
public plugin_init() {
 register_plugin(PLUGIN, VERSION, AUTHOR)
 
}
public plugin_precache() 
{
 engfunc(EngFunc_PrecacheModel, ZOMBIE_MODEL);
 engfunc(EngFunc_PrecacheModel, ZOMBIE_CLAWS);
}
u can change it- -
don't forget change ur .cfg too
yathsing is offline
Send a message via MSN to yathsing
yathsing
Member
Join Date: Feb 2008
Old 03-01-2008 , 07:44   Re: Zombie Infection Plugin
Reply With Quote #33

Quote:
Originally Posted by luksyyys View Post
and how to change a knife sounds for zombie because i changed hand model but it sound is like old knife
that need .sma to change...
yathsing is offline
Send a message via MSN to yathsing
luksyyys
Member
Join Date: Feb 2008
Old 03-01-2008 , 15:01   Re: Zombie Infection Plugin
Reply With Quote #34

zmod_infection_md.cfg
"amx_zombie_first_model" "zombienormal"
"amx_zombie_model" "zombienormal"
"amx_zombie_vknife" "models/new/infectionknife.mdl"
"amx_zombie_pknife" "none"
zombie+.sma
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fakemeta_util>
#define PLUGIN "zombie+"
#define VERSION "1.0"
#define AUTHOR "yathsing"
new const PLAYER_MODEL[] = "zombienormal";
new const ZOMBIE_MODEL[] = "models/player/zombienormal/zombienormal.mdl";
new const ZOMBIE_CLAWS[] = "models/new/infectionknife.mdl";
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)

}
public plugin_precache()
{
engfunc(EngFunc_PrecacheModel, ZOMBIE_MODEL);zombienormal.mdl
engfunc(EngFunc_PrecacheModel, ZOMBIE_CLAWS);infectionknife.mdl
}
it is no't working!!!!

i was using this model of zombie!!!knife model worked i was tryed to use zombie_swarm.mdl but is to don't working!!!
Attached Files
File Type: rar zombie_model.rar (871.1 KB, 243 views)
luksyyys is offline
paulg
Junior Member
Join Date: Feb 2008
Old 03-01-2008 , 15:18   Re: Zombie Infection Plugin
Reply With Quote #35

+1
__________________

paulg is offline
Fuzzybllz
New Member
Join Date: Feb 2008
Old 03-01-2008 , 17:27   Re: Zombie Infection Plugin
Reply With Quote #36

Hi, ive tried installing this on both CZ and CS and I get the same error message:

[ 32] unknown unknown unknown zombiemod_md_in bad load
[ 33] Zombie Mod Infection S 0.2 MysticDeath.com zombiemod_md_sp running
[ 34] Zombie Mod Restrict We 1.76d AMXX Dev Team + zombiemod_md_re paused
[ 35] unknown unknown unknown gamename_zmi.am bad load
( 32) Load fails: Plugin file open error (plugin "zombiemod_md_infection_buy_915.amxx")
( 35) Load fails: Plugin file open error (plugin "gamename_zmi.amxx")



Can you please tell me how to fix this?
Fuzzybllz is offline
Dric Laar
BANNED
Join Date: Dec 2007
Old 03-01-2008 , 19:24   Re: Zombie Infection Plugin
Reply With Quote #37

@luksyyys Do NOT use that plugin, it is not needed. Now, you should have models/player/zombienormal/zombienormal.mdl correct? Come back and post after you remove zombie+.amxx Also your model is called zombienormal.mdl.mdl get rid of one of the .mdl's in the name.

@yathsing Stop fucking posting your unneeded plugin, its pointless here!

@Fuzzybllz Do you have the right version downloaded? Do you have the latest Amxx? Do you have the names of the plugins in plugins.ini?
Dric Laar is offline
yathsing
Member
Join Date: Feb 2008
Old 03-01-2008 , 21:16   Re: Zombie Infection Plugin
Reply With Quote #38

Quote:
Originally Posted by Fuzzybllz View Post
Hi, ive tried installing this on both CZ and CS and I get the same error message:

[ 32] unknown unknown unknown zombiemod_md_in bad load
[ 33] Zombie Mod Infection S 0.2 MysticDeath.com zombiemod_md_sp running
[ 34] Zombie Mod Restrict We 1.76d AMXX Dev Team + zombiemod_md_re paused
[ 35] unknown unknown unknown gamename_zmi.am bad load
( 32) Load fails: Plugin file open error (plugin "zombiemod_md_infection_buy_915.amxx")
( 35) Load fails: Plugin file open error (plugin "gamename_zmi.amxx")



Can you please tell me how to fix this?
the plugin name is zombiemod_md_infection_buy.amxx
yathsing is offline
Send a message via MSN to yathsing
yathsing
Member
Join Date: Feb 2008
Old 03-01-2008 , 21:18   Re: Zombie Infection Plugin
Reply With Quote #39

Quote:
Originally Posted by Dric Laar View Post
@luksyyys Do NOT use that plugin, it is not needed. Now, you should have models/player/zombienormal/zombienormal.mdl correct? Come back and post after you remove zombie+.amxx Also your model is called zombienormal.mdl.mdl get rid of one of the .mdl's in the name.

@yathsing Stop fucking posting your unneeded plugin, its pointless here!

@Fuzzybllz Do you have the right version downloaded? Do you have the latest Amxx? Do you have the names of the plugins in plugins.ini?
but in my server,it is work /.\
yathsing is offline
Send a message via MSN to yathsing
l4ulwtlln
Member
Join Date: Aug 2007
Old 03-02-2008 , 00:58   Re: Zombie Infection Plugin
Reply With Quote #40

didnt BAILOPAN say something like this cant be done before about onyl distributing the binary?

"Distributing binaries without GPL'd source code is a violation of our license"

so does Dric Laar have a exception to this or something?
l4ulwtlln 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 19:47.


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