01.06.2017, 08:04
You exceed an array somewhere in OnGameModeInit callback, probably in a loop.
The same error occurs in the following example:
new array[10];
printf("%d", array[10]);
You may only access indexes 0-9.
The same error occurs in the following example:
new array[10];
printf("%d", array[10]);
You may only access indexes 0-9.