Re: Vehicle WEAPON names no longer shows up [message #487447 is a reply to message #487446] |
Thu, 01 May 2014 07:30 |
|
Jerad2142
Messages: 3809 Registered: July 2006 Location: USA
Karma:
|
General (3 Stars) |
|
|
jonwil wrote on Wed, 30 April 2014 15:58 |
const wchar_t *VehicleGameObj::Get_Vehicle_Name()
{
if (( Get_Definition().VehicleNameID != 0 ) && (Get_Definition().VehicleNameID-1000 < TranslateDBClass::Get_Object_Count())) {
return TranslateDBClass::Get_String( Get_Definition().VehicleNameID );
}
return TRANSLATE(12648);
}
|
I went ahead and tried that but of course it didn't work, I assume that its called via client side code instead of scripts code so my change doesn't actually persist to the .dll it needs to.
Visit Jerad's deer sweat shop
[Updated on: Thu, 01 May 2014 07:53] Report message to a moderator
|
|
|