
Originally Posted by
m70b1jr
When i go to spawn a car in Studio.
Will work on a fix soon, hopefully i can get some help.
000038.952| !!!!!!!!! Localization: Failed to find string id='Vehicles'
000038.952| !!!!!!!!! Localization: Failed to find string id='Hold E To Enter Vehicles'
File: obj_Vehicle.cpp
Look for:
Code:
m_ActionUI_Title = gLangMngr.getString("Vehicles");
m_ActionUI_Msg = gLangMngr.getString("Hold E To Enter Vehicles");
and either change the strings "Vehicles" and "Hold E To Enter Vehicles" to their string id from the lang packs, or simply remove the "gLangMngr.getString()" method. That should do it.