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

Hide N Seek v4.6 BETA by Jon


Post New Thread Reply   
 
Thread Tools Display Modes
alfinsh
Junior Member
Join Date: Feb 2012
Old 02-11-2016 , 04:27   Re: Hide N Seek v4.6 BETA by Jon
Reply With Quote #381

Code:
L 02/11/2016 - 00:27:59: [AMXX] Displaying debug trace (plugin "hns.amxx")
L 02/11/2016 - 00:27:59: [AMXX] Run time error 4: index out of bounds 
L 02/11/2016 - 00:27:59: [AMXX]    [0] hns.sma::eventDeathMsg (line 436)
ussing version 4.51
This errors getting only when Deathmatch is enabled .
line 436
Code:
iCT = iNum > 0 ? iPlayers[ random( iNum - 1 ) ] : 0;
If deathmatch is disabled by cvar , there appers another error.

Code:
L 02/11/2016 - 15:45:03: [AMXX] Displaying debug trace (plugin "hns.amxx")
L 02/11/2016 - 15:45:03: [AMXX] Run time error 4: index out of bounds 
L 02/11/2016 - 15:45:03: [AMXX]    [0] hns.sma::fwdTouchWeapon (line 657)
Code:
public fwdTouchWeapon( iEntity, id )
{
	if( !g_bAlive[ id ] || get_pcvar_num( g_pPickup ) )
	{
		return HAM_IGNORED;
	}
	
	return HAM_SUPERCEDE;
}
anyone can help ?
Sorry if language is bad .

Last edited by alfinsh; 02-11-2016 at 10:17.
alfinsh is offline
MihailoZ
Member
Join Date: Aug 2013
Old 08-05-2017 , 15:29   Re: Hide N Seek v4.6 BETA by Jon
Reply With Quote #382

So I have one problem with this plugin. I am using Deathmatch cvar. So it's Deathmatch server.
For example there are two players connected, one T one CT. When T dies, he is moved to CT then both players are in CT. How to stop this?
__________________
mhvtnns
MihailoZ is offline
MihailoZ
Member
Join Date: Aug 2013
Old 08-06-2017 , 11:39   Re: Hide N Seek v4.6 BETA by Jon
Reply With Quote #383

Bump....
__________________
mhvtnns
MihailoZ is offline
Reply


Thread Tools
Display Modes

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 10:45.


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