31.12.2013, 17:15
Arrays have as a valid index from 0 to (size of the array - 1). Somewhere in OnPlayerDisconnect, it passed -1 which is not a valid index.
Update crashdetect to the version 4.12 (if the version you use is not the latest one): https://github.com/Zeex/samp-plugin-...ases/tag/v4.12
And re-compile your scripts with debug info (-d3): https://github.com/Zeex/samp-plugin-...ith-debug-info
Start the server, connect and disconnect. Post what it printed.
Update crashdetect to the version 4.12 (if the version you use is not the latest one): https://github.com/Zeex/samp-plugin-...ases/tag/v4.12
And re-compile your scripts with debug info (-d3): https://github.com/Zeex/samp-plugin-...ith-debug-info
Start the server, connect and disconnect. Post what it printed.

