21.12.2010, 18:40
Check the code under OnGameModeInit(). What do you mean by invisible?
1)You can ride the car but others can't see you?
Possible Cause: You are using LinkVehicleToInterior() to link the vehicle to an interior under OnGameModeInit().
2)Or they don't appear?
Possible Causes: You have a custom map and you are creating the vehicles at the wrong co-ordinates (mostly lower z value).
1)You can ride the car but others can't see you?
Possible Cause: You are using LinkVehicleToInterior() to link the vehicle to an interior under OnGameModeInit().
2)Or they don't appear?
Possible Causes: You have a custom map and you are creating the vehicles at the wrong co-ordinates (mostly lower z value).