bikral 1
bikral
ShadowFon 1
ShadowFon
D 1
delimuratt
PrimeAC 1
PrimeAC
noisiv 1
noisiv
Manwe Work 1
Manwe Work
Best Studio 1
Best Studio
kralhakan2009 1
kralhakan2009
Vahsi Uzman 1
Vahsi Uzman
romegames 1
romegames
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

/COSTUME CORE DOWNER FİX

ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!

Kabak çekirdeği getir

gunde-yarim-cay-bardagi-kabak-cekirdegi-yerseniz-5.jpg
 
core alanlar

cmd_general.cpp
ACMD(do_costume)

const size_t bufferSize = sizeof(buf); // arat

kaldır

//////

if (pHair)
{
const char* itemName = pHair->GetName();
ch->ChatPacket(CHAT_TYPE_INFO, " HAIR : %s", itemName);

for (int i = 0; i < pHair->GetAttributeCount(); ++i)
{
const TPlayerItemAttribute& attr = pHair->GetAttribute(i);
if (0 < attr.bType)
{
snprintf(buf, bufferSize, FN_point_string(attr.bType), attr.sValue);
ch->ChatPacket(CHAT_TYPE_INFO, " %s", buf);
}
}

if (pHair->IsEquipped() && arg1[0] == 'h')
ch->UnequipItem(pHair);
}

arat

if (pHair)
{
const char* itemName = pHair->GetName();
ch->ChatPacket(CHAT_TYPE_INFO, " HAIR: %s", itemName);

for (int i = 0; i < pHair->GetAttributeCount(); ++i)
{
const TPlayerItemAttribute& attr = pHair->GetAttribute(i);
if (attr.bType > 0)
{
const char * pAttrName = FN_point_string(attr.bType);
if (pAttrName == NULL)
continue;

snprintf(buf, sizeof(buf), FN_point_string(attr.bType), attr.sValue);
ch->ChatPacket(CHAT_TYPE_INFO, " %s", buf);
}
}

if (pHair->IsEquipped() && arg1[0] == 'h')
ch->UnequipItem(pHair);
}

bu şekilde değiştir.
 
eğer böyle bir sorun varsa nasıl olduğunu söyle ki çözüm bulalım
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst