Internal plugin Car name.

Discussion in 'Plugins' started by ModFactor, May 7, 2019.

  1. ModFactor

    ModFactor Registered

    Joined:
    May 7, 2019
    Messages:
    1
    Likes Received:
    0
    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.
     

Share This Page