Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
laurauwu
Member
Join Date: Feb 2022
Location: Curitiba / PR - Brazil
Old 02-24-2022 , 14:08   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #21

PHP Code:
// ----------------------------------------

//// hextags.sp
//
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(273) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(274) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(275) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(654) : error 017: undefined symbol "FloatCvar"
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(914) : error 017: undefined symbol "sPrefix"
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(914) : error 017: undefined symbol "sPrefix"
//
// 6 Errors.
//
// Compilation Time: 0,19 sec
// ----------------------------------------


//// l4d2_srs.sp
//
// l4d2_srs.sp(636) : error 101: fixed dimensions must be after the array name, not on the type
//
// 1 Error.
//
// Compilation Time: 0,19 sec 
I can't compile this file, I didn't modify it, I just downloaded it and I'm trying to compile, the other version I downloaded doesn't work, my sourcemod version is 11.0

Last edited by laurauwu; 02-24-2022 at 14:25.
laurauwu is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 03-03-2022 , 09:43   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #22

Quote:
Originally Posted by laurauwu View Post
PHP Code:
// ----------------------------------------

//// hextags.sp
//
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(273) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(274) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\SteamWorks.inc(275) : error 183: brackets after variable name indicates a fixed-size array, but size is missing or not constant
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(654) : error 017: undefined symbol "FloatCvar"
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(914) : error 017: undefined symbol "sPrefix"
// C:\Users\Nome\Desktop\addons l4d2\01 - Addons Pronto Aqui\addons\sourcemod\scripting\include\hexstocks.inc(914) : error 017: undefined symbol "sPrefix"
//
// 6 Errors.
//
// Compilation Time: 0,19 sec
// ----------------------------------------


//// l4d2_srs.sp
//
// l4d2_srs.sp(636) : error 101: fixed dimensions must be after the array name, not on the type
//
// 1 Error.
//
// Compilation Time: 0,19 sec 
I can't compile this file, I didn't modify it, I just downloaded it and I'm trying to compile, the other version I downloaded doesn't work, my sourcemod version is 11.0
try to compile on sourcemod 1.10, sourcemod 1.11 is unstable in some things
VladimirTk is offline
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 03-05-2022 , 23:23   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #23

looks z_spawn cheat exploit still exists on v2.1
add
PHP Code:
SetCommandFlags("z_spawn"spawnOldFlags); 
to public void SpawnCI(){...} last line to fix it
__________________

Last edited by NoroHime; 03-05-2022 at 23:23.
NoroHime is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 03-08-2022 , 08:48   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #24

Quote:
Originally Posted by NoroHime View Post
looks z_spawn cheat exploit still exists on v2.1
add
PHP Code:
SetCommandFlags("z_spawn"spawnOldFlags); 
to public void SpawnCI(){...} last line to fix it
v2.2 should be fixed for this.
pan0s is offline
Krufftys Killers
Senior Member
Join Date: Jan 2014
Old 03-08-2022 , 12:09   Re: [L4D2] Statistic and Ranking System (SRS) [v2.2 | 8 March 2022]
Reply With Quote #25

Just installed the plugin and got this error

L 03/08/2022 - 11:05:01: SourceMod error session started
L 03/08/2022 - 11:05:01: Info (map "l4d2_diescraper1_apartment_361") (file "C:\servers\kruffty\left4dead2\addons\sourcem od\logs\errors_20220308.log")
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:05: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:05: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:08: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
Krufftys Killers is offline
Krufftys Killers
Senior Member
Join Date: Jan 2014
Old 03-08-2022 , 20:58   Re: [L4D2] Statistic and Ranking System (SRS) [v2.2 | 8 March 2022]
Reply With Quote #26

Got this too
L 03/08/2022 - 19:46:14: SourceMod error session started
L 03/08/2022 - 19:46:14: Info (map "c5m5_bridge") (file "C:\servers\kruffty\left4dead2\addons\sourcem od\logs\errors_20220308.log")
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:15: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:15: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:15: [SM] Call stack trace:
L 03/08/2022 - 19:46:15: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:15: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:18: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:18: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:18: [SM] Call stack trace:
L 03/08/2022 - 19:46:18: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:18: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:18: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:18: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:18: [SM] Call stack trace:
L 03/08/2022 - 19:46:18: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:18: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:19: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:19: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:19: [SM] Call stack trace:
L 03/08/2022 - 19:46:19: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:19: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:24: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:24: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:24: [SM] Call stack trace:
L 03/08/2022 - 19:46:24: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:24: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:50:02: Error log file session closed.
Krufftys Killers is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 03-15-2022 , 15:14   Re: [L4D2] Statistic and Ranking System (SRS) [v2.2 | 8 March 2022]
Reply With Quote #27

Quote:
Originally Posted by Krufftys Killers View Post
Just installed the plugin and got this error

L 03/08/2022 - 11:05:01: SourceMod error session started
L 03/08/2022 - 11:05:01: Info (map "l4d2_diescraper1_apartment_361") (file "C:\servers\kruffty\left4dead2\addons\sourcem od\logs\errors_20220308.log")
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:01: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:05:02: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:05: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:05: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:06: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:07: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
L 03/08/2022 - 11:06:08: [l4d2_srs.smx] Active Weapon "flamethrower" not found. (Use none weapon to count score)
This is not an error, it told you that flamethrower is not found in the weapon list, you need to add it into g_sWeapons (pan0s.inc)
and choose using which one from g_iSRSWeaponCodes (srs_cv.inc) to count the source and add it to the g_iSRSWeaponCodes.
The length of g_iSRSWeaponCodes and g_sWeapons is always same.

Last edited by pan0s; 03-16-2022 at 21:02.
pan0s is offline
marki89
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 03-16-2022 , 12:20   Re: [L4D2] Statistic and Ranking System (SRS) [v2.3 | 16 March 2022]
Reply With Quote #28

hello, this works for local servers?
marki89 is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 03-16-2022 , 18:48   Re: [L4D2] Statistic and Ranking System (SRS) [v2.1 | 23 June 2021]
Reply With Quote #29

Quote:
Originally Posted by wbxwbx002 View Post
bug report
v2.4 (17 March 2022)
-Using [--] instead of N/A country name tag

Quote:
Originally Posted by marki89 View Post
hello, this works for local servers?
You can try, it should work too.

Last edited by pan0s; 03-16-2022 at 18:49.
pan0s is offline
pan0s
Senior Member
Join Date: Nov 2017
Old 03-16-2022 , 20:54   Re: [L4D2] Statistic and Ranking System (SRS) [v2.2 | 8 March 2022]
Reply With Quote #30

Quote:
Originally Posted by Krufftys Killers View Post
Got this too
L 03/08/2022 - 19:46:14: SourceMod error session started
L 03/08/2022 - 19:46:14: Info (map "c5m5_bridge") (file "C:\servers\kruffty\left4dead2\addons\sourcem od\logs\errors_20220308.log")
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:14: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:14: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:14: [SM] Call stack trace:
L 03/08/2022 - 19:46:14: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:14: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:15: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:15: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:15: [SM] Call stack trace:
L 03/08/2022 - 19:46:15: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:15: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:18: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:18: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:18: [SM] Call stack trace:
L 03/08/2022 - 19:46:18: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:18: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:18: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:18: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:18: [SM] Call stack trace:
L 03/08/2022 - 19:46:18: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:18: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:19: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:19: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:19: [SM] Call stack trace:
L 03/08/2022 - 19:46:19: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:19: [SM] [2] Line 2256, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:46:24: [SM] Exception reported: Array index out-of-bounds (index 426316, limit
L 03/08/2022 - 19:46:24: [SM] Blaming: l4d2_srs.smx
L 03/08/2022 - 19:46:24: [SM] Call stack trace:
L 03/08/2022 - 19:46:24: [SM] [1] Line 2207, l4d2_srs.sp::ExtendSRS
L 03/08/2022 - 19:46:24: [SM] [2] Line 2251, l4d2_srs.sp::HandlePanelSelected
L 03/08/2022 - 19:50:02: Error log file session closed.
Already found the problem, it is a page bug.
Fixed.
Code:
v2.5 (17 March 2022)
-Fixed page bugs.

Last edited by pan0s; 03-16-2022 at 20:54.
pan0s 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 19:24.


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