27.07.2015, 03:43
A retrieved value from an array using an out of bound index is most likely invalid (causes that message to show up and terminates the command's process).
Also, check if the player id is valid, and switch to a newer/faster method of creating player loops (GetPlayerPoolSize() or foreach). And break the loop when it is necessary.
Also, check if the player id is valid, and switch to a newer/faster method of creating player loops (GetPlayerPoolSize() or foreach). And break the loop when it is necessary.

