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
#2

What the hell is CreateCar?
Reply
#3

Quote:
Originally Posted by ♂ Antonio [G-RP
]
What the hell is CreateCar?
Reply
#4

It's the stock, it's like..
Code:
stock_CreateCar( bla bla)
{
 bla bla
}
It saves all that info into a dini file and then takes it from there.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)