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

Hλlf-Life : Zombie Mod v0.0.2


Post New Thread Reply   
 
Thread Tools Display Modes
Anggara_nothing
Veteran Member
Join Date: Jan 2009
Location: Indonesia
Old 01-20-2010 , 11:52   Re: Hλlf-Life : Zombie Mod
Reply With Quote #31

Quote:
Originally Posted by NiHiLaNTh View Post
I meant I had a lot of server crashes
is that crash become from my plugin ???
if yes, tell me all the error messages.....
Anggara_nothing is offline
NiHiLaNTh
Way Past Expiration
Join Date: May 2009
Location: Latvia
Old 01-20-2010 , 11:56   Re: Hλlf-Life : Zombie Mod
Reply With Quote #32

I think so.Because I don't have any other plugins installed except default amxx plugins.There's no errors, server just crash
__________________

NiHiLaNTh is offline
Send a message via Skype™ to NiHiLaNTh
Anggara_nothing
Veteran Member
Join Date: Jan 2009
Location: Indonesia
Old 01-20-2010 , 12:09   Re: Hλlf-Life : Zombie Mod
Reply With Quote #33

Quote:
Originally Posted by NiHiLaNTh View Post
I think so.Because I don't have any other plugins installed except default amxx plugins.There's no errors, server just crash
Try to disable amxmodx,
if still fail, disable metamod.....
sometime metamod doesn't support some modificated game...
example, go-mod....
Anggara_nothing is offline
Anggara_nothing
Veteran Member
Join Date: Jan 2009
Location: Indonesia
Old 01-21-2010 , 01:16   Re: Hλlf-Life : Zombie Mod
Reply With Quote #34

Plug-in updated...

Added : Spawn sound, player will play a sound when spawn...
Anggara_nothing is offline
energie4cute
Member
Join Date: Sep 2009
Location: Home
Old 01-21-2010 , 08:41   Re: Hλlf-Life : Zombie Mod
Reply With Quote #35

Try to use MetaMod P.
energie4cute is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 01-21-2010 , 11:20   Re: Hλlf-Life : Zombie Mod
Reply With Quote #36

Quote:
Originally Posted by energie4cute View Post
Try to use MetaMod P.
No, why?
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
kmlkz
Junior Member
Join Date: Dec 2009
Old 01-21-2010 , 21:01   Re: Hλlf-Life : Zombie Mod
Reply With Quote #37

Anggara its good to see that this plugin is finally alive

and also , you should make a command :

mp_teamplay "21"

not mp_teamplay "1" or something .
and the zombies are skinny try change it to like a hulk one , because the zombies are fast , so it looks more scary xD

( optional )
and can you add like the Lightning ? like mercylzz zombie . you dont have to add rain , just the lightning so it looks scary too xD
kmlkz is offline
t64181700
Member
Join Date: Dec 2009
Old 01-21-2010 , 22:09   Re: Hλlf-Life : Zombie Mod
Reply With Quote #38

add ability to select classes for zombies
t64181700 is offline
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 01-22-2010 , 00:28   Re: Hλlf-Life : Zombie Mod
Reply With Quote #39

Quote:
Originally Posted by Anggara_nothing
Know bugs:
When server created at first time, gameplay don't changed.
Use this to restart teamplay:
PHP Code:
/* AMX Mod X
*   Restarter for HLDM teamplay
*
* (c) Copyright 2010 by Flipper_SPb and KORD_12.7
*
* This file is provided as is (no warranties)
*/
//--------------------------------------------------------------------------------------------------
#include <amxmodx>
#define AUTHOR "Flipper_SPb, KORD_12.7"
#define PLUGIN "Restarter for teamplay"
#define VERSION "1.1"
//--------------------------------------------------------------------------------------------------
new 
g_is_restarted
//--------------------------------------------------------------------------------------------------
public plugin_init()
{
 
register_plugin(PLUGINVERSIONAUTHOR)
 
 
g_is_restarted register_cvar("is_restarted""0")
 
 
check_is_restarted()
}
//--------------------------------------------------------------------------------------------------
public check_is_restarted()
{
 if(!
get_pcvar_num(g_is_restarted)) 
  
set_task(2.0"restartTask"43951)
}
//--------------------------------------------------------------------------------------------------
public restartTask()
{
 
set_pcvar_num(g_is_restarted1)
 
log_amx("SEND: restart")
 
 
server_cmd("restart")
}
//-------------------------------------------------------------------------------------------------- 
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
Anggara_nothing
Veteran Member
Join Date: Jan 2009
Location: Indonesia
Old 01-22-2010 , 01:14   Re: Hλlf-Life : Zombie Mod
Reply With Quote #40

@ kmlkz (i called him Tiramosu or tiramisu )
Ok, i will try...
edit : i don't understand about mp_teamplay "21", explain me more.....
about model, i can't.....sorry
@ KORD_12.7
doesn't work

Last edited by Anggara_nothing; 01-22-2010 at 02:14.
Anggara_nothing 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 18:20.


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