Raised This Month: $ Target: $400
 0% 

Zombie Escape V2 (2.0.4 - 22.06.2014)


Post New Thread Reply   
 
Thread Tools Display Modes
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 02-25-2015 , 03:22   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #231

Quote:
Originally Posted by 3agopka View Post
this plugin works perfect but have some errors
can anybody fix it ?
https://forums.alliedmods.net/showthread.php?t=256016
Wrong thread. That plugin is made by Dias and Fairstyle. You need to contact them on their sites.
Spirit_12 is offline
3agopka
Member
Join Date: Oct 2014
Location: Bulgaria/Stara Zagora
Old 02-25-2015 , 05:25   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #232

but it's better than v2
__________________
http://forum.iplay.bg/

Last edited by 3agopka; 02-25-2015 at 05:25.
3agopka is offline
Send a message via Skype™ to 3agopka
E.bo
Member
Join Date: Aug 2014
Old 03-02-2015 , 16:09   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #233

its working but after first round plugin is paused and it hasn't buy menu , we can buy weapon by random buy menu "b" .

Please someone fix it :/
E.bo is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 03-03-2015 , 02:35   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #234

Show us the output of the following commands

rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status
__________________
Kia is offline
p0kerx
Member
Join Date: Feb 2015
Old 03-03-2015 , 10:25   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #235

I guess i made a mistake. I had to write here lol.
Ill say it quickly because i already said the details on PM.
So my suggestion is about adding top15 for best times with the possibility of choosing where the buttons should be (start and finish) and also it should be owner's decision if they want that kind of top. (which works only for humans ofc.)
Think about it!

Last edited by p0kerx; 03-03-2015 at 10:26.
p0kerx is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 03-24-2015 , 08:04   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #236

Hey Kia Good PLugin but please do upload Compiled Version Im Gettting This error
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

Error: Undefined symbol "Ham_CS_Player_ResetMaxSpeed" on line 847
Warning: Expression has no effect on line 847
Error: Expected token: ";", but found ")" on line 847
Error: Invalid expression, assumed zero on line 847
Error: Too many error messages on one line on line 847

Compilation aborted.
4 Errors.
Could not locate output file C:\Users\\Downloads\zombie_escape_v2_core.amx (compile failed).
PHP Code:
ExecuteHamB(Ham_CS_Player_ResetMaxSpeedid
Trying to COmpile locally

Last edited by tousif; 03-24-2015 at 08:07.
tousif is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 03-24-2015 , 09:26   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #237

You need to compile with 1.8.3 or use the beta build.
__________________
Kia is offline
happy_2012
Senior Member
Join Date: Aug 2012
Old 04-27-2015 , 15:55   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #238

This plugin is absolutely amazing!

It would be nice if you can do the following small update?
PHP Code:
new g_fwRoundEnded
new g_fwReturn

#define WIN_ZOMBIES (1<<1)
#define WIN_HUMANS (1<<2)

public plugin_init()
{
    
g_fwRoundEnded CreateMultiForward("ZEV2_OnRoundEnded"ET_IGNOREFP_CELL);
}

public 
CheckWinConditions()
{
    new 
iZombies[32], iZombieNum
    
new iHumans[32], iHumanNum
    
    get_players
(iZombiesiZombieNum"ae""TERRORIST")
    
get_players(iHumansiHumanNum"ae""CT")
    
    if(
iHumanNum <= 0)
    {
        
TerminateRoundRoundEndType_TeamExterminationTeamWinning_Terrorist)
        
ExecuteForward(g_fwRoundEndedg_fwReturnWIN_ZOMBIES)
    }
    else if(
iZombieNum <= 0)
    {
        
TerminateRoundRoundEndType_TeamExterminationTeamWinning_Ct)
        
ExecuteForward(g_fwRoundEndedg_fwReturnWIN_HUMANS)
    }

It makes it easy usage in sub-plugins to be honest. They can do like this
PHP Code:
public ZEV2_OnRoundEnded(iWinningTeam)
{
    switch(
iWinningTeam)
    {
        case 
WIN_ZOMBIES// Do something
        
case WIN_HUMANS// Do something
    
}

Instead of using two different forwards, however, it's all up to you if you wish to do it or not.

and a settings file (INI) is warmly welcomed to be honest

If you want I can help you coding addons
I can code a good shop API and points system and handler!

I am really looking forward talking to you on steam if you don't mind mate
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!

Last edited by happy_2012; 04-27-2015 at 16:16.
happy_2012 is offline
happy_2012
Senior Member
Join Date: Aug 2012
Old 05-10-2015 , 19:33   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #239

Sorry to double post, but why is it that when everyone leaves the server it crash?

I just got this error from the console of my server:
Code:
Segmentation fault (core dumped)
My server is steam only and it is hosted in a 32GB ram dedicated server...
__________________
Discord contacts:
I rarely look at private messages here, but I am very active on Discord!

Last edited by happy_2012; 05-10-2015 at 19:34.
happy_2012 is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-12-2015 , 01:11   Re: Zombie Escape V2 (2.0.4 - 22.06.2014)
Reply With Quote #240

Will take a look as soon as I have a new computer.
__________________
Kia 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 16:14.


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