Quote:
Originally Posted by #HB
You have a file name and a line, go there and find out.
|
Which file and line buddy , any way am add you in discord if you can help me.
Code:
else if (uqdata->ObjNameStrID.compare(L"SN_MOB_ARABIA_KARKADANN") == 0)
{
chat = g_notificationhandler.GetKillNotify(uqdata->ObjNameStrID);
swprintf_s(buffer, sizeof(buffer), g_textmanager->GetStringTextByCode(chat)->c_str(), KillerName.c_str());
g_interface->ShowBlueNotify(buffer);
sysmsg->Write(COLOR_DARK_GREEN, buffer);
}