- Mesaj
- 88
- Çözümler
- 7
- Beğeni
- 50
- Puan
- 709
- Ticaret Puanı
- 0
Merhabalar şu şekilde bir kod yazdım her şey yolunda fakat ChatPacket komutu istediğim yazıyı oyuna göndermiyor. Sebebi ne olabilir?
C++:
if (attrItem.sValue <= 0)
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("The weapon needs repair."));
UnequipItem(item);
break;
}