Raised This Month: $51 Target: $400
 12% 

Biohazard v2.00 Beta 3b (Zombie Mod)


Post New Thread Reply   
 
Thread Tools Display Modes
marcellus
Senior Member
Join Date: Mar 2004
Old 04-19-2008 , 01:38   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #631

Quote:
Originally Posted by Zetus View Post
Cheap ... This Plugin is not working when he try infected bots ... ( THE OFFIAL BOTS OF CZ ) You Can fix that? its no working on the bots ... you kill the bot and the bot kill you but its not infecting .. can you help me? please ^^

PS: I AM RUNNING CZ
here is something i made to make it work with cz bots.

all the bots are zombies only. i needed to modify the biohazard plugin in order to make the native_infect_user to force infection on bots
Code:
public native_infect_user(plugin, params)
{
	if(params != 1) return 0
		
	static index; index = get_param(1)
	if (is_user_alive(index) && is_user_bot(index)) 
	{
		infect_user(index)
		return 1
	}		
	if(is_user_alive(index) && allow_infection() && g_gamestarted)
	{
		infect_user(index)
		return 1
	}
	return 0
}
there is one cvar : bio_botautoadd (def: 10)

Cheap might do something better than this.

have fun
Attached Files
File Type: sma Get Plugin or Get Source (bio_czbots.sma - 1135 views - 655 Bytes)
File Type: sma Get Plugin or Get Source (biohazard.sma - 950 views - 50.4 KB)
__________________
www.war-cs.com
french cz community
marcellus is offline
mats
Senior Member
Join Date: Jan 2005
Old 04-19-2008 , 02:12   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #632

Quote:
Originally Posted by bombey View Post
How can I disable the splashing blood at an infection or how do you find the splashing blood guys?

I've made a zombie map for biohazard! called zm_lila_panic
I recreated the map from css to cs.
And yes the author CaRbOn that's me if you don't believe me, I can prove it.
Pics here:
[IMG]http://img218.**************/img218/5894/zmlilapanic0003ow6.th.jpg[/IMG]
[IMG]http://img232.**************/img232/627/zmlilapanic0000fg5.th.jpg[/IMG]
[IMG]http://img84.**************/img84/5170/zmlilapanic0001aq6.th.jpg[/IMG]

=>DOWNLOAD<=
I already have your map a week or something on my server ;) really nice
__________________
mats is offline
Jay-izi
Senior Member
Join Date: Mar 2008
Location: Estonia Tallinn
Old 04-19-2008 , 02:59   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #633

bombey Omg i have this map on my server for 1 week too
__________________


Last edited by Jay-izi; 04-19-2008 at 03:03.
Jay-izi is offline
Send a message via ICQ to Jay-izi Send a message via MSN to Jay-izi Send a message via Skype™ to Jay-izi
dekken
Veteran Member
Join Date: Jul 2007
Old 04-19-2008 , 04:08   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #634

i dont play on that map because it still doesnt suit my needs. peoples get stuck in objects..
and there's no enough Camp points like (zm_dust2, zm_army, zm_ifantry)
and such
if you could seriously Remake a map...IT WOULD BE AWESOME!
Maps like de_nuke or militia...
__________________
Signature Goes Here
dekken is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 04-19-2008 , 04:28   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #635

The map is ported from CSS and I think is exactly same as in CSS's zm_lila_panic. There is enough camping places for me. For example the tubes. Zombies wont take you if there is a knockback in the server.

Also you should disable fast movement with the pushable objects if haven't already:
Code:
#include <amxmodx> #include <amxmisc> #include <hamsandwich>   public plugin_init() {         register_plugin("Disable Fast Movement w/ Objects", "1.0", "hleV")         RegisterHam(Ham_Use, "func_pushable", "fw_PushBox") }   public fw_PushBox()         return HAM_SUPERCEDE
__________________
hleV is offline
Virtual-Vybz
Senior Member
Join Date: Apr 2008
Old 04-19-2008 , 04:53   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #636

@ Cheap_Suit I'll add it soon if you want it/really like it!
I just forgot the Copyright Stupid fault
__________________
Virtual-Vybz is offline
Jon
Veteran Member
Join Date: Dec 2007
Old 04-19-2008 , 04:55   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #637

It would really help if it was possible to delete boostbags one by one, it's frustrating that I have to delete all of them when I place one wrong.
Jon is offline
Virtual-Vybz
Senior Member
Join Date: Apr 2008
Old 04-19-2008 , 05:15   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #638

Here It is, free to use for Everyone:
http://img176.**************/img176/4...ohazardkq9.jpg
Hope you all like it
__________________
Virtual-Vybz is offline
s3r
Senior Member
Join Date: Aug 2007
Old 04-19-2008 , 11:42   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #639

This is zombie biohazard, but i see only logo of biohazard and no zombies.
__________________
PS srr 4 strange enlish
s3r is offline
coca-cola
BANNED
Join Date: Dec 2007
Location: I got caught by Roach be
Old 04-19-2008 , 12:58   Re: Biohazard v1.9 (Zombie Mod)
Reply With Quote #640

uhm, heres a converted fast zombie model from half life 2. It doesnt have its headcrab head.
Attached Files
File Type: zip fastzombie.zip (946.9 KB, 297 views)
coca-cola 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 07:37.


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