Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors thrown by player_death event hook #210

Open
m0rbit opened this issue Nov 21, 2018 · 5 comments
Open

Errors thrown by player_death event hook #210

m0rbit opened this issue Nov 21, 2018 · 5 comments
Labels

Comments

@m0rbit
Copy link

m0rbit commented Nov 21, 2018

L 11/21/2018 - 21:17:26: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 11/21/2018 - 21:17:26: [SM] Blaming: multi1v1.smx
L 11/21/2018 - 21:17:26: [SM] Call stack trace:
L 11/21/2018 - 21:17:26: [SM] [1] Line 864, ./scripting/multi1v1.sp::Event_OnPlayerDeath
L 11/21/2018 - 21:17:27: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)
L 11/21/2018 - 21:17:27: [SM] Blaming: multi1v1.smx

@kleuser75
Copy link

fix
mp_disconnect_kills_players 0

@splewis splewis added the bug label Nov 30, 2018
@splewis splewis changed the title error SM 1.9 Errors thrown by player_death event hook Nov 30, 2018
@m0rbit
Copy link
Author

m0rbit commented Dec 1, 2018

thx
mp_disconnect_kills_players 0 done

@morpig morpig mentioned this issue Dec 8, 2018
@crashzk
Copy link
Contributor

crashzk commented Jan 25, 2019

Any correction by the plugin about this error?

The publication is in the latest version of SourceMod & Metamod and Multi 1v1.
"CS:GO Multi1v1" (1.1.9) by splewis
For now I am using the solution by the cvar who informed...

@splewis

@splewis
Copy link
Owner

splewis commented Apr 12, 2020

You could try with dce8afc now.

That's just me taking a random guess at the code though. I didn't test it. People that actually run 1v1 servers are in a far better position to test/figure out such bugs.

@crashzk
Copy link
Contributor

crashzk commented Jul 28, 2020

You could try with dce8afc now.

That's just me taking a random guess at the code though. I didn't test it. People that actually run 1v1 servers are in a far better position to test/figure out such bugs.

Just to keep updated, this fix doesn't work, I keep getting this error log:

L 07/28/2020 - 18:05:46: [SM] Exception reported: Array index out-of-bounds (index -1, limit 66)

L 07/28/2020 - 18:05:46: [SM] Blaming: multi1v1.smx

L 07/28/2020 - 18:05:46: [SM] Call stack trace:

L 07/28/2020 - 18:05:46: [SM]   [1] Line 868, ./scripting/multi1v1.sp::Event_OnPlayerDeath

Plugin Version: CS:GO Multi1v1 (1.1.10-dev+219) by splewis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants