02.04.2012, 04:18
[11:29:59] [debug] Accessing element at negative index -400]
Could suggest your code is trying to find something in a table/array, with ID -400.
Which is invalid, as you can't have -400 people in a line.
Check your code, and any arrays or tables you're using. Looking closely, it may be coming from DCMD, and at OnPlayerCommandText.
Maybe someone is giving information from a command, to access element -400?
Could suggest your code is trying to find something in a table/array, with ID -400.
Which is invalid, as you can't have -400 people in a line.
Check your code, and any arrays or tables you're using. Looking closely, it may be coming from DCMD, and at OnPlayerCommandText.
Maybe someone is giving information from a command, to access element -400?

