Maxximou5 / csgo-deathmatch

Enables deathmatch style gameplay (respawning, gun selection, spawn protection, etc).
GNU General Public License v3.0
161 stars 42 forks source link

Array index out of bounds - OnTakeDamage #119

Closed VestSmart closed 9 months ago

VestSmart commented 4 years ago

Hello I have errors. Can you fix?

L 04/14/2020 - 19:28:29: [SM] Exception reported: Array index out-of-bounds (index 518, limit 66) L 04/14/2020 - 19:28:29: [SM] Blaming: deathmatch.smx L 04/14/2020 - 19:28:29: [SM] Call stack trace: L 04/14/2020 - 19:28:29: [SM] [1] Line 1869, deathmatch.sp::OnTakeDamage L 04/14/2020 - 19:28:30: [SM] Exception reported: Array index out-of-bounds (index 518, limit 66) L 04/14/2020 - 19:28:30: [SM] Blaming: deathmatch.smx L 04/14/2020 - 19:28:30: [SM] Call stack trace: L 04/14/2020 - 19:28:30: [SM] [1] Line 1869, deathmatch.sp::OnTakeDamage L 04/14/2020 - 19:28:31: [SM] Exception reported: Array index out-of-bounds (index 518, limit 66) L 04/14/2020 - 19:28:31: [SM] Blaming: deathmatch.smx L 04/14/2020 - 19:28:31: [SM] Call stack trace: L 04/14/2020 - 19:28:31: [SM] [1] Line 1869, deathmatch.sp::OnTakeDamage L 04/14/2020 - 19:28:32: [SM] Exception reported: Array index out-of-bounds (index 518, limit 66) L 04/14/2020 - 19:28:32: [SM] Blaming: deathmatch.smx L 04/14/2020 - 19:28:32: [SM] Call stack trace: L 04/14/2020 - 19:28:32: [SM] [1] Line 1869, deathmatch.sp::OnTakeDamage

@Maxximou5