Need help with my Carsystem.
#1

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
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);
  
  }
Reply


Messages In This Thread
Need help with my Carsystem. - by Mystique - 21.06.2010, 20:26
Re: Need help with my Carsystem. - by Antonio [G-RP] - 21.06.2010, 20:28
Re: Need help with my Carsystem. - by Brian_G - 21.06.2010, 20:30
Re: Need help with my Carsystem. - by Mystique - 21.06.2010, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)