I checked, they are the same. Other ideas?
Will you see in my src where I made a mistake? Because I am checking this code already 100x and I see nothing.
@Loki70
If your code is correct, check that you have placed the images in your client, the directory must be the same as specified
other problem with horse
if ( pHorseName != NULL && strlen(pHorseName) != 0 )
{
m_chHorse->m_stName = pHorseName;
}
else
{
m_chHorse->m_stName = GetName();
m_chHorse->m_stName += LC_TEXT(TRANSLATE_LANGUAGE, "´ÔÀÇ ¸»");
}
with translate_language is not good, with default language is good
if ( pHorseName != NULL && strlen(pHorseName) != 0 )
{
m_chHorse->m_stName = pHorseName;
}
else
{
m_chHorse->m_stName = GetName();
m_chHorse->m_stName += LC_TEXT(TRANSLATE_LANGUAGE, "´ÔÀÇ ¸»");
}
with translate_language is not good, with default language is good
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 4
- Görüntüleme
- 104
- Cevaplar
- 9
- Görüntüleme
- 619
- Cevaplar
- 1
- Görüntüleme
- 267