06.06.2013, 12:31
Nothing in the LoadCar function tells the function to spawn any vehicles.
Add CreateVehicle(CarInfo[idx][tModel], CarInfo[idx][tLocationx], CarInfo[idx][tLocationy], CarInfo[idx][tLocationz], CarInfo[idx][tAngle], CarInfo[idx][tColorOne], CarInfo[idx][tColorTwo]);
The rest of the car "specifications" should be easy for you to add.
Add CreateVehicle(CarInfo[idx][tModel], CarInfo[idx][tLocationx], CarInfo[idx][tLocationy], CarInfo[idx][tLocationz], CarInfo[idx][tAngle], CarInfo[idx][tColorOne], CarInfo[idx][tColorTwo]);
The rest of the car "specifications" should be easy for you to add.