splewis / csgo-retakes

CS:GO Sourcemod plugin for a site-retake gamemode
GNU General Public License v3.0
328 stars 115 forks source link

sm_iteratespawns not wokring #312

Open enghausen opened 2 years ago

enghausen commented 2 years ago

Expected behavior

Use sm_iteratespawns to fake sm_goto commands every few seconds to visit every spawn in the map.

Actual behavior

Nothing, log:

L 03/01/2022 - 12:46:39: [SM] Blaming: retakes.smx
L 03/01/2022 - 12:46:39: [SM] Call stack trace:
L 03/01/2022 - 12:46:39: [SM]   [0] DataPack.ReadCell
L 03/01/2022 - 12:46:39: [SM]   [1] Line 166, ././scripting/retakes/editor_commands.sp::Timer_IterateSpawns

Steps to reproduce

Do others have this problem?

crashzk commented 1 year ago

+1

L 02/09/2023 - 11:08:18: [SM] Exception reported: Data pack operation is out of bounds.
L 02/09/2023 - 11:08:18: [SM] Blaming: retakes.smx
L 02/09/2023 - 11:08:18: [SM] Call stack trace:
L 02/09/2023 - 11:08:18: [SM]   [0] DataPack.ReadCell
L 02/09/2023 - 11:08:18: [SM]   [1] Line 166, retakes\editor_commands.sp::Timer_IterateSpawns
L 02/09/2023 - 11:08:21: [SM] Exception reported: Data pack operation is out of bounds.
L 02/09/2023 - 11:08:21: [SM] Blaming: retakes.smx
L 02/09/2023 - 11:08:21: [SM] Call stack trace:
L 02/09/2023 - 11:08:21: [SM]   [0] DataPack.ReadCell
L 02/09/2023 - 11:08:21: [SM]   [1] Line 166, retakes\editor_commands.sp::Timer_IterateSpawns
walliski commented 1 year ago

Fixed in #324, if it gets merged.

EDIT: Merged now, so this should be resolved. 🎉