14.02.2013, 11:25
arrays start at 0, work from that.
gInvalidVehicles[18] will never exist as you have assigned the array between 0 and 17 (18 slots).
gInvalidVehicles[18] will never exist as you have assigned the array between 0 and 17 (18 slots).