16.04.2013, 22:31
The error is happening because after that first instance of CreateVehicle with lolcar, it bumps the integer value of lolcar up by one and that appears to be out of that array's size. You could try redefining MAX_VEHICLES to something a bit higher and see if that works.