Returns model name of vehicle in all caps. Needs to be displayed through localizing text natives to get proper display name.
-----------------------------------------------------------------------------------------------------------------------------------------
While often the case, this does not simply return the model name of the vehicle (which could be hashed to return the model hash). Variations of the same vehicle may also use the same display name.
-----------------------------------------------------------------------------------------------------------------------------------------
Returns "CARNOTFOUND" if the hash doesn't match a vehicle hash.
Using HUD::_GET_LABEL_TEXT, you can get the localized name.