This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Biohazard v2.00 Beta 3b (Zombie Mod)


Post New Thread Reply   
 
Thread Tools Display Modes
FathOm
Junior Member
Join Date: Aug 2007
Old 05-31-2008 , 19:39   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1561

Hello everybody!

Anyone can send me the plugin for fog like this screenshot

PM me or post here thanks.

[IMG]http://img299.**************/img299/5599/fogkv5.jpg[/IMG]

Last edited by FathOm; 05-31-2008 at 19:42.
FathOm is offline
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 06-01-2008 , 04:26   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1562

Here FOG and night > http://forums.alliedmods.net/showthread.php?p=32508
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! is offline
WeeDy
Member
Join Date: May 2008
Old 06-01-2008 , 04:34   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1563

IS there any storm? like in the zombie swarm? The thunderstorm thing ,and increasing the hp
WeeDy is offline
dekken
Veteran Member
Join Date: Jul 2007
Old 06-01-2008 , 04:48   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1564

Quote:
Originally Posted by WeeDy View Post
IS there any storm? like in the zombie swarm? The thunderstorm thing ,and increasing the hp
Will YOU FREAKING SEARCH?!
ffs
__________________
Signature Goes Here
dekken is offline
FathOm
Junior Member
Join Date: Aug 2007
Old 06-01-2008 , 04:52   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1565

Quote:
Originally Posted by The_Thing View Post
Its light amxx

I need fog only and not light thank you for post.
FathOm is offline
NatioN
Junior Member
Join Date: May 2008
Old 06-01-2008 , 12:22   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1566

hey ive got some 20 zombie models but i dont like them :/ where i can download nice zombie models? maybe someone knows..
NatioN is offline
SnaKiZe
New Member
Join Date: Jun 2008
Old 06-01-2008 , 13:28   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1567

Quick question, How do you turn this mod off completely without deleting the plugin from the plugins folder?
SnaKiZe is offline
jowy77
Member
Join Date: Nov 2006
Location: Vigo, Spain
Old 06-01-2008 , 13:29   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1568

Quote:
Originally Posted by marcellus View Post
can you post your zm_nofs.amxx .. i will test with your file

I have installed the plugin here

http://forums.alliedmods.net/showpos...&postcount=480
__________________
Sorry my English


jowy77 is offline
NatioN
Junior Member
Join Date: May 2008
Old 06-01-2008 , 14:52   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1569

Ok ive got problem with plugin: bio_random_models.amxx
I got: bio_random_models.amxx in plugins folder;
bio_random_models.sma in scripting folder;
bio_random_models in bio-plugins cfg file

And..
#include <amxmodx>
#include <fakemeta>
#tryinclude <biohazard>
#if !defined _biohazard_included
#assert Biohazard functions file required!
#endif
new g_zombie_models[][] =
{
"models/player/zombie/CSZombie.mdl"
"models/player/zombiesoldier/zombiesoldier.mdl"
}
new cvar_randommodels
public plugin_precache()
{
register_plugin("random models", "0.1", "cheap_suit")
is_biomod_active() ? plugin_precache2() : pause("ad")
}
public plugin_precache2()
{
cvar_randommodels = register_cvar("bh_random_models", "1")
for(new i = 0; i < sizeof g_zombie_models; i++)
precache_model(g_zombie_models[i])
}
public event_infect2(id) if(get_pcvar_num(cvar_randommodels))
{
static ent; ent = fm_find_ent_by_owner(-1, "player_model", id)
if(pev_valid(ent)) engfunc(EngFunc_SetModel, ent, g_zombie_models[random(sizeof g_zombie_models)])
}
stock fm_find_ent_by_owner(index, const classname[], owner, jghgtype = 0)
{
static strtype[11] = "classname", ent; ent = index
switch(jghgtype)
{
case 1: strtype = "target"
case 2: strtype = "targetname"
}
while((ent = engfunc(EngFunc_FindEntityByString, ent, strtype, classname)) && pev(ent, pev_owner) != owner) {}

return ent
}

That i have in bio_random_models.sma file!
Also i have cstrike\models\player\zombiesoldier\zombiesol dier.mdl
cstrike\models\player\zombie\CSSZombie.mdl
But when i start my server error comes!

Mod_NumForName: models/player/zombie2/zombie2.mdl not found

So someone can help me with this problem? Wat i do wrong?
NatioN is offline
dekken
Veteran Member
Join Date: Jul 2007
Old 06-01-2008 , 16:25   Re: Biohazard v1.93 (Zombie Mod)
Reply With Quote #1570

PUT THE MODEL IT SAYS IT CANT FIND IN MODELS FOLDER!!!!!!!!!!
YOU CAN FIND THE MODEL ON THE FIRST PAGE
__________________
Signature Goes Here
dekken 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 03:22.


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