13.02.2014, 11:14
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?
trailers array's valid index are 0-7 and n is probably 8 which is an out of bounds index.
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);