Hi! I was wondering where to edit the NPC Price Description? Like it is now showing up..
Thanks!
Thanks!
Correct me if I'm wrong but I think,Quote:
Hi! I was wondering where to edit the NPC Price Description? Like it is now showing up..
Thanks!
char szbuffer[1024]; _itoa( nCost, szbuffer, 10 ); str = GetNumberFormatEx(szbuffer); strTemp.Format( prj.GetText(TID_GAME_TOOLTIP_COST2), str );
TID_GAME_TOOLTIP_COST2 0xff99cc00
{
IDS_TEXTCLIENT_INC_000982
}"
Thank you! Everything is fine, and I found that I am missing a codes.. thanks again!! love u!!Quote:
Correct me if I'm wrong but I think,
WndManager.cpp ->
Or maybe your textClient.incCode:char szbuffer[1024]; _itoa( nCost, szbuffer, 10 ); str = GetNumberFormatEx(szbuffer); strTemp.Format( prj.GetText(TID_GAME_TOOLTIP_COST2), str );
"IDS_TEXTCLIENT_INC_000982" inside textClient.txtCode:TID_GAME_TOOLTIP_COST2 0xff99cc00 { IDS_TEXTCLIENT_INC_000982 }"
is empty?