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

[L4D2] Statistic and Ranking System (SRS) [v2.5 | 17 March 2022]


Post New Thread Reply   
 
Thread Tools Display Modes
wbxwbx002
New Member
Join Date: Aug 2021
Old 08-21-2021 , 03:42   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #11

bug report
Attached Thumbnails
Click image for larger version

Name:	QQ截图20210821153651.png
Views:	344
Size:	53.6 KB
ID:	190986  
wbxwbx002 is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 08-30-2021 , 03:19   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #12

Quote:
Originally Posted by wbxwbx002 View Post
bug report
It seems the country tag return [N/].
You may turn the function off on the configuration file (l4d2_srs.cfg, srs_country_tag).

Last edited by pan0s; 08-30-2021 at 03:21.
pan0s is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-29-2021 , 04:38   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #13

Hi pan0s, great work on this May I ask is it possible and how can I convert this plugin to use MySQL database?
__________________

Looking for some fun!
thewintersoldier97 is offline
thewintersoldier97
Senior Member
Join Date: Aug 2021
Location: Vietnam
Old 11-29-2021 , 11:15   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #14

Got these error while testing this evening
PHP Code:
L 11/29/2021 20:56:45: [SMException reported: Array index out-of-bounds (index 425716limit 8)
L 11/29/2021 20:56:45: [SMBlamingl4d2_srs.smx
L 11
/29/2021 20:56:45: [SMCall stack trace:
L 11/29/2021 20:56:45: [SM]   [1Line 2196l4d2_srs.sp::ExtendSRS
L 11
/29/2021 20:56:45: [SM]   [2Line 2235l4d2_srs.sp::HandlePanelSelected
L 11
/29/2021 20:57:47: [SMException reported: Array index out-of-bounds (index 425716limit 8)
L 11/29/2021 20:57:47: [SMBlamingl4d2_srs.smx
L 11
/29/2021 20:57:47: [SMCall stack trace:
L 11/29/2021 20:57:47: [SM]   [1Line 2196l4d2_srs.sp::ExtendSRS
L 11
/29/2021 20:57:47: [SM]   [2Line 2235l4d2_srs.sp::HandlePanelSelected 
__________________

Looking for some fun!
thewintersoldier97 is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-03-2021 , 17:58   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #15

compile error at scripting\l4d2_srs.sp(636)
error 101: fixed dimensions must be after the array name, not on the type error
to fix it just swap [] position like
const float pos[3]
__________________
NoroHime is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 12-05-2021 , 19:58   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #16

Quote:
Originally Posted by NoroHime View Post
compile error at scripting\l4d2_srs.sp(636)
error 101: fixed dimensions must be after the array name, not on the type error
to fix it just swap [] position like
const float pos[3]
Just like the message said...

Code:
public void ShowParticle(const float[3] pos, const char[] particlename, float time)
TO:
Code:
public void ShowParticle(const float pos[3], const char[] particlename, float time)
BTW, I don't have that problem when compiling it.
pan0s is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 12-09-2021 , 08:05   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #17

Please support L4D1
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
ZBzibing is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-10-2021 , 13:06   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #18

my recent error log i dont known what my player does
PHP Code:
L 12/11/2021 01:19:17: [SMException reportedProperty "m_strMapSetScriptName" not found (entity 90/weapon_pistol)
L 12/11/2021 01:19:17: [SMBlamingl4d2_srs.smx
L 12
/11/2021 01:19:17: [SMCall stack trace:
L 12/11/2021 01:19:17: [SM]   [0GetEntPropString
L 12
/11/2021 01:19:17: [SM]   [1Line 466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\include\pan0s.inc::SetNameToPure
L 12
/11/2021 01:19:17: [SM]   [2Line 1466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_srs.sp::Event_PlayerHurt
L 12
/11/2021 01:19:17: [SM]   [4SDKHooks_TakeDamage
L 12
/11/2021 01:19:17: [SM]   [5Line 1168B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d_ReverseBurn_and_ExplosionAnnouncer.sp::OnTakeDamage_Player
L 12
/11/2021 01:26:10: [SMException reportedProperty "m_strMapSetScriptName" not found (entity 140/weapon_pistol)
L 12/11/2021 01:26:10: [SMBlamingl4d2_srs.smx
L 12
/11/2021 01:26:10: [SMCall stack trace:
L 12/11/2021 01:26:10: [SM]   [0GetEntPropString
L 12
/11/2021 01:26:10: [SM]   [1Line 466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\include\pan0s.inc::SetNameToPure
L 12
/11/2021 01:26:10: [SM]   [2Line 1466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_srs.sp::Event_PlayerHurt
L 12
/11/2021 01:26:10: [SM]   [4SDKHooks_TakeDamage
L 12
/11/2021 01:26:10: [SM]   [5Line 1168B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d_ReverseBurn_and_ExplosionAnnouncer.sp::OnTakeDamage_Player
L 12
/11/2021 01:32:20: [SMException reportedProperty "m_strMapSetScriptName" not found (entity 140/weapon_pistol)
L 12/11/2021 01:32:20: [SMBlamingl4d2_srs.smx
L 12
/11/2021 01:32:20: [SMCall stack trace:
L 12/11/2021 01:32:20: [SM]   [0GetEntPropString
L 12
/11/2021 01:32:20: [SM]   [1Line 466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\include\pan0s.inc::SetNameToPure
L 12
/11/2021 01:32:20: [SM]   [2Line 1466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_srs.sp::Event_PlayerHurt
L 12
/11/2021 01:32:20: [SM]   [4SDKHooks_TakeDamage
L 12
/11/2021 01:32:20: [SM]   [5Line 1168B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d_ReverseBurn_and_ExplosionAnnouncer.sp::OnTakeDamage_Player
L 12
/11/2021 01:33:42Error log file session closed
__________________
NoroHime is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-10-2021 , 13:13   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #19

and these is knew
my melee edited by apk that have DMG_BLAST flag, when i hurt my teammate and friendly fire damage reversed then error
ff reverse author he think error happened srs so i also post this
can you fix it

PHP Code:
L 12/06/2021 05:47:28: [SMException reportedProperty "m_strMapSetScriptName" not found (entity 509/weapon_pistol)
L 12/06/2021 05:47:28: [SMBlamingl4d2_srs.smx
L 12
/06/2021 05:47:28: [SMCall stack trace:
L 12/06/2021 05:47:28: [SM] [0GetEntPropString
L 12
/06/2021 05:47:28: [SM] [1Line 466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\inclu de\pan0s.inc::SetNameToPure
L 12
/06/2021 05:47:28: [SM] [2Line 1466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ srs.sp::Event_PlayerHurt
L 12
/06/2021 05:47:28: [SM] [4SDKHooks_TakeDamage
L 12
/06/2021 05:47:28: [SM] [5Line 1168B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d_R everseBurn_and_ExplosionAnnouncer.sp::OnTakeD amage_Player 
__________________
NoroHime is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 12-20-2021 , 02:56   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #20

Quote:
Originally Posted by NoroHime View Post
and these is knew
my melee edited by apk that have DMG_BLAST flag, when i hurt my teammate and friendly fire damage reversed then error
ff reverse author he think error happened srs so i also post this
can you fix it

PHP Code:
L 12/06/2021 05:47:28: [SMException reportedProperty "m_strMapSetScriptName" not found (entity 509/weapon_pistol)
L 12/06/2021 05:47:28: [SMBlamingl4d2_srs.smx
L 12
/06/2021 05:47:28: [SMCall stack trace:
L 12/06/2021 05:47:28: [SM] [0GetEntPropString
---->L 12/06/2021 05:47:28: [SM] [1Line 466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\inclu de\pan0s.inc::SetNameToPure
L 12
/06/2021 05:47:28: [SM] [2Line 1466B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_ srs.sp::Event_PlayerHurt
L 12
/06/2021 05:47:28: [SM] [4SDKHooks_TakeDamage
L 12
/06/2021 05:47:28: [SM] [5Line 1168B:\SteamLibrary\steamapps\common\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d_R everseBurn_and_ExplosionAnnouncer.sp::OnTakeD amage_Player 
It is because your new melee can not find in the original m_strMapSetScriptName , so you may check it before finding your new melee from m_strMapSetScriptName on the Line which occurs the exception (---->).
pan0s 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 17:25.


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