14.01.2011, 03:53
it means that you are exceeding the size of your array 'JoinPed'.
check where it is declared, to find its size, l
you should find it ike int JoinPed[MAX_SIZE][MAX_SIZEZ]; or something
and there your MAX_SIZE should be greater then 57, as you are using JoinPed[57][0]
check where it is declared, to find its size, l
you should find it ike int JoinPed[MAX_SIZE][MAX_SIZEZ]; or something
and there your MAX_SIZE should be greater then 57, as you are using JoinPed[57][0]