[Help] Loop in array
#4

Yes, it's caused because of a run time error: Index out of bounds.

What's the line 729? It's this one, isn't it?
pawn Код:
Info[i][naves] = CreateVehicle(435, trailers[n][tX], trailers[n][tY], trailers[n][tZ], trailers[n][tA], random(126), random(126), -1);
trailers array's valid index are 0-7 and n is probably 8 which is an out of bounds index.
Reply


Messages In This Thread
[Help][Fixed] Loop in array - by bugsy94 - 13.02.2014, 05:22
Re: [Help] Loop in array - by Konstantinos - 13.02.2014, 09:16
Re: [Help] Loop in array - by bugsy94 - 13.02.2014, 11:09
Re: [Help] Loop in array - by Konstantinos - 13.02.2014, 11:14
Re: [Help] Loop in array - by bugsy94 - 13.02.2014, 11:19
Re: [Help] Loop in array - by Konstantinos - 13.02.2014, 11:25
Re: [Help] Loop in array - by bugsy94 - 13.02.2014, 11:31
Re: [Help] Loop in array - by Konstantinos - 13.02.2014, 11:34
Re: [Help] Loop in array - by bugsy94 - 13.02.2014, 11:43
Re: [Help] Loop in array - by Konstantinos - 13.02.2014, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)