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

Biohazard v2.00 Beta 3b (Zombie Mod)


Post New Thread Reply   
 
Thread Tools Display Modes
exis
New Member
Join Date: Aug 2009
Location: Poland
Old 08-11-2009 , 13:36   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3381

Hello Guys, I've got one question too:
Does anybody have a plugin for Biohazard which will kill zombies
in last 5 seconds, but only when CT's survived?

I think that I saw something like it in ZP, but still can't find it for BH.
Maybe somebody could write it? I'll be very glad.

Greetings,
exis
exis is offline
Send a message via Skype™ to exis
gio.kurtana
Member
Join Date: Aug 2009
Old 08-11-2009 , 14:32   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3382

Quote:
Originally Posted by crazyeffect View Post
@ Scorpio

PHP Code:
#include <amxmodx> // amxmisc is not needed in this case
#include <cstrike>
#include <biohazard> // You forgot this :P
 
public plugin_init() { 
        
register_plugin("Survivor models""1.0""kurtana"
        
register_event("ResetHUD""resetModel""b"
        return 
PLUGIN_CONTINUE 

 
public 
plugin_precache() { 
        
precache_model("models/player/survivor/survivor.mdl"
        return 
PLUGIN_CONTINUE 

 
public 
resetModel(id// Some loose identitation errors in here

 if(
is_user_alive(id) && !is_user_zombie(id) ) { 
  
cs_set_user_model(id,"survivor"/// I don't remember this function...Check this again  
  
client_print(idprint_chat/*Never forget print_chat or print_center*/ "[Bio] Using custom models for survivor.."// Just to check if function is called... 
 

 
 return 
PLUGIN_CONTINUE

Forgot to include biohazard, fixed some loose identitation errors & its client_print(id, print_chat, "Message")

@ gio_kurtana

PHP Code:
#include <amxmodx>
#include <cstrike>
public plugin_init() {
        
register_plugin("Survivor Models""1.0""crazyeffect")
        
register_event("ResetHUD""resetModel""b")
        return 
PLUGIN_CONTINUE
}
public 
plugin_precache() 
{
        
precache_model("models/player/survivor/survivor.mdl")
        return 
PLUGIN_CONTINUE
}
public 
resetModel(idlevelcid
{
 if (
is_user_alive(id)) {
  
cs_set_user_model(id"survivor")
 }
 
 else {
  
cs_reset_user_model(id)
 }
 return 
PLUGIN_CONTINUE

thanks now it works so now I need cool survivor models
gio.kurtana is offline
Old 08-11-2009, 14:50
exis
This message has been deleted by exis. Reason: fail :) never mind :)
Gloomy
Junior Member
Join Date: Aug 2009
Old 08-11-2009 , 18:18   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3383

Where I may find this sma
Pls give download link

bio_minions.sma

I have erroк in game When 1 player 3-4 times is Alien, and more than 3-4 .

what plugin is responsible for the random selection ?
Gloomy is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 08-11-2009 , 19:39   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3384

All those plugins are finable in the biohazard.rar/.zip wich you can download @ the first post.

Just look in the file: addons/amxmodx/plugins/
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 08-11-2009 , 20:51   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3385

@crazyeffect : You forgot...
PHP Code:
if(is_user_alive(id) && !is_user_zombie(id) ) 
Or zombie will have survivor model too...
EDIT: Nah...forget it ...ResetHUD will not work is this case..
5c0r-|3i0 is offline
Old 08-12-2009, 16:14
keitHy
This message has been deleted by keitHy.
keitHy
Member
Join Date: Aug 2009
Old 08-12-2009 , 18:55   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3386

Hmm , got it work , but with Bots... With bots its just so boring.
Nice job .
__________________
--ALERT-- NO SIGNATURE! --ALERT--

Last edited by keitHy; 08-12-2009 at 19:12.
keitHy is offline
kenwelo
Member
Join Date: May 2008
Old 08-20-2009 , 17:51   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3387

hi i want to change my players models in biohazard not player zombi , player surivors please . have anyone one plugin ? thank you .
kenwelo is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 08-20-2009 , 18:01   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3388

http://www.amxmodx.org/compiler.php?...hor=&go=search
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
Skibadanger
Junior Member
Join Date: Jun 2009
Old 08-21-2009 , 21:39   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3389

I have a problem, i downloaded some cool zombie models, but the problem is, that they do not move like in Zombie Plague. They are in one position, no hands moving, no leg moving. On normal server they move normally, but not with Biohazard. Help me pls
Skibadanger is offline
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 08-22-2009 , 21:32   Re: Biohazard v2.00 Beta 3b (Zombie Mod)
Reply With Quote #3390

We can't help u with that ...because biohazard use different model changing method ....Use default zombie and another zombie that have the same animation..
5c0r-|3i0 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 11:37.


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