View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-30-2012 , 17:47   Re: Array Copy Stock
Reply With Quote #34

You don't understand.

Code:
new array[3]; for(new i = 0; i < 10; i++) {     log_amx("%d", array[i]); }

That will produce a runtime error of "index out of bounds" when i equals 3 since it isn't within the index range for the array.
Exolent[jNr] is offline