Hi all.
I'm playing with the internal plugin example on client side.
I try to find out the car name.
There are several options:
TelemInfoV01 -> char mVehicleName[64]; // current vehicle name
VehicleScoringInfoV01 -> char mVehicleName[64]; // vehicle name
VehicleScoringInfoV01 -> char mVehicleClass[32]; // vehicle class
But the fact is, nothing gives me back the name of the car.
mVehicleName is the name of the skin.
mVehicleClass is the name of the class.
Am I missing something, or it is unavailable???
Is there any option to get the car name? (Porsche 911, etc...)
Thx.
I'm playing with the internal plugin example on client side.
I try to find out the car name.
There are several options:
TelemInfoV01 -> char mVehicleName[64]; // current vehicle name
VehicleScoringInfoV01 -> char mVehicleName[64]; // vehicle name
VehicleScoringInfoV01 -> char mVehicleClass[32]; // vehicle class
But the fact is, nothing gives me back the name of the car.
mVehicleName is the name of the skin.
mVehicleClass is the name of the class.
Am I missing something, or it is unavailable???
Is there any option to get the car name? (Porsche 911, etc...)
Thx.