21.06.2010, 20:26
Allright, so I had some problems when making my own carsystem.
So I have a file with the vehicle in and coordinates, I also loaded that CarInfo[i][PickupX] bla bla etc. from the dini file
The car won't just show up in the game.
This is what is under my OnGameModeInit
So I have a file with the vehicle in and coordinates, I also loaded that CarInfo[i][PickupX] bla bla etc. from the dini file
The car won't just show up in the game.
This is what is under my OnGameModeInit
Code:
for(new i; i<MAX_CARS; i++) { CreateCar("Vehicle1", 10000,400,CarInfo[i][CarposX], CarInfo[i][CarposY], CarInfo[i][CarposZ], CarInfo[i][CarAngle], 1, 0 ,10000); }