Raised This Month: $ Target: $400
 0% 

Error in zpa 1.6.1


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tokuin
Junior Member
Join Date: Jan 2012
Old 02-03-2012 , 18:10   Error in zpa 1.6.1
Reply With Quote #1

Hi, I'm having some errors from zpa 1.6.1, i enabled debug and this is what was in the error logs.

Code:
L 02/03/2012 - 17:16:26: Start of error session.
L 02/03/2012 - 17:16:26: Info (map "zm_creative") (file "addons/amxmodx/logs/error_20120203.log")
L 02/03/2012 - 17:16:26: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 02/03/2012 - 17:16:26: [AMXX] Run time error 4: index out of bounds 
L 02/03/2012 - 17:16:26: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::fw_PlayerKilled (line 2518)
L 02/03/2012 - 17:23:45: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 02/03/2012 - 17:23:45: [AMXX] Run time error 4: index out of bounds 
L 02/03/2012 - 17:23:45: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::fw_PlayerKilled (line 2518)
L 02/03/2012 - 17:28:42: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 02/03/2012 - 17:28:42: [AMXX] Run time error 4: index out of bounds 
L 02/03/2012 - 17:28:42: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::fw_PlayerKilled (line 2518)
L 02/03/2012 - 17:34:12: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 02/03/2012 - 17:34:12: [AMXX] Run time error 4: index out of bounds 
L 02/03/2012 - 17:34:12: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::fw_PlayerKilled (line 2518)
L 02/03/2012 - 17:36:39: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 02/03/2012 - 17:36:39: [AMXX] Run time error 4: index out of bounds 
L 02/03/2012 - 17:36:39: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::fw_PlayerKilled (line 2518)
any fixes for this?
tokuin is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 02-04-2012 , 05:19   Re: Error in zpa 1.6.1
Reply With Quote #2

Zombie plague advance is buggy
__________________
Snaker beatter is offline
tfk94
Veteran Member
Join Date: Jan 2011
Location: [url=http://www.gametrac
Old 02-04-2012 , 05:40   Re: Error in zpa 1.6.1
Reply With Quote #3

Quote:
Originally Posted by abdul-rehman View Post
Thnx for the error ...
Right now i can not work on a new version to fix this one, however what you guys can do is to change this cvars value:
PHP Code:
zp_respawn_on_worldspawn_kill 1 
to this:
PHP Code:
zp_respawn_on_worldspawn_kill 0 
So disabling world spawn kill will prevent this problem
And will erradicate those run-time errors
tfk94 is offline
tokuin
Junior Member
Join Date: Jan 2012
Old 02-06-2012 , 16:55   Re: Error in zpa 1.6.1
Reply With Quote #4

okay but what does that actually do in terms of gameplay? what will change?
tokuin is offline
tfk94
Veteran Member
Join Date: Jan 2011
Location: [url=http://www.gametrac
Old 02-11-2012 , 16:48   Re: Error in zpa 1.6.1
Reply With Quote #5

mhm i found what is causing this bug but the cvar doesnt fix it
the bug happens when u go somewhere where is a trigger hurt
and it has to kill u
then after that u are not dead u are like stucked or i dont know how to call it
tfk94 is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 02-14-2012 , 07:05   Re: Error in zpa 1.6.1
Reply With Quote #6

So you have to check if is alive in that function
__________________
Snaker beatter is offline
cosi
Junior Member
Join Date: Apr 2011
Location: Galati/Romania
Old 02-14-2012 , 11:49   Re: Error in zpa 1.6.1
Reply With Quote #7

go to addons \ amxmodx \ scripting open-file zombie_plague_advance_v1-6-1 and
search line:

if (g_nemesis[victim] || g_assassin[victim] || (g_assassin[attacker] && get_pcvar_num(cvar_nemfraggore)))

And put in its place the following line

if (g_nemesis[victim] || g_assassin[victim] || ((1<=attacker<=32 && g_assassin[attacker]) && get_pcvar_num(cvar_nemfraggore)))
__________________
cosi is offline
Send a message via Yahoo to cosi
tfk94
Veteran Member
Join Date: Jan 2011
Location: [url=http://www.gametrac
Old 02-14-2012 , 12:42   Re: Error in zpa 1.6.1
Reply With Quote #8

perfect
10x man
tfk94 is offline
GBLTeam
Senior Member
Join Date: Mar 2012
Location: Republic of Macedonia
Old 11-11-2012 , 14:47   Re: Error in zpa 1.6.1
Reply With Quote #9

Quote:
Originally Posted by cosi View Post
go to addons \ amxmodx \ scripting open-file zombie_plague_advance_v1-6-1 and
search line:

if (g_nemesis[victim] || g_assassin[victim] || (g_assassin[attacker] && get_pcvar_num(cvar_nemfraggore)))

And put in its place the following line

if (g_nemesis[victim] || g_assassin[victim] || ((1<=attacker<=32 && g_assassin[attacker]) && get_pcvar_num(cvar_nemfraggore)))
Btw what about this??

Code:
L 11/11/2012 - 14:29:20: Info (map "zm_snow_S1H_v2") (file "addons/amxmodx/logs/error_20121111.log")
L 11/11/2012 - 14:29:20: [CSTRIKE] Invalid player 15
L 11/11/2012 - 14:29:20: [AMXX] Displaying debug trace (plugin "zombie_plague_advance_v1-6-1.amxx")
L 11/11/2012 - 14:29:20: [AMXX] Run time error 10: native error (native "cs_get_user_deaths")
L 11/11/2012 - 14:29:20: [AMXX]    [0] zombie_plague_advance_v1-6-1.sma::UpdateFrags (line 12869)
L 11/11/2012 - 14:29:20: [AMXX]    [1] zombie_plague_advance_v1-6-1.sma::zombieme (line 7129)
L 11/11/2012 - 14:29:20: [AMXX]    [2] zombie_plague_advance_v1-6-1.sma::infection_explode (line 9947)
L 11/11/2012 - 14:29:20: [AMXX]    [3] zombie_plague_advance_v1-6-1.sma::fw_ThinkGrenade (line 3382)
L 11/11/2012 - 14:55:24: Start of error session.
GBLTeam is offline
Send a message via MSN to GBLTeam Send a message via Skype™ to GBLTeam
ShadyLTD
Member
Join Date: Oct 2012
Old 11-11-2012 , 22:51   Re: Error in zpa 1.6.1
Reply With Quote #10

The only time i've gotten this error was when I added 'boatescape'. No other maps give this error (nor have I received any errors period relating to zpa).
ShadyLTD 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:45.


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