Errors in LOG.
#3

Код:
Run time error 4: "Array index out of bounds"
You're trying to reach an index that doesn't exist in the array.

Код:
Attempted to read/write array element at index 300 in array of size 120
Your array is capped at 119 "entries".

A possible fix:
pawn Код:
#define    MAX_HOUSES   1000
pawn Код:
HouseInfo[MAX_HOUSES][...]
Reply


Messages In This Thread
Errors in LOG. - by Belengher - 22.11.2017, 07:43
Re: Errors in LOG. - by Dayrion - 22.11.2017, 08:08
Re: Errors in LOG. - by Twizted - 22.11.2017, 09:03

Forum Jump:


Users browsing this thread: 2 Guest(s)