25.08.2015, 23:06
If VehicleInfo size is MAX_PLAYERS, it has indexes from 0 to 199.
In your function there's a 'for' loop from 0 to 200 (as of <= condition). You should use < instead of <=
In your function there's a 'for' loop from 0 to 200 (as of <= condition). You should use < instead of <=