Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Ymir şifrelemeyi kaldırmak için ilk olarak server baz taraflı kaldırın sonra client baz taraflı kaldırın
Ymir paketini iptal edildiği için
Lsyi aktif ediceksin onlarda locale.cppden aktif ediliyor
Ymir paketini iptal edildiği için
Lsyi aktif ediceksin onlarda locale.cppden aktif ediliyor
Thank you Bro
Can you make a system that corresponds to this currency
https://forum.turkmmo.com/konu/3564...C-zMscBbqfCtqsWqHf_RuPrkd9e4AdFMI9Y7yoDsOX93c
Can you make a system that corresponds to this currency
https://forum.turkmmo.com/konu/3564...C-zMscBbqfCtqsWqHf_RuPrkd9e4AdFMI9Y7yoDsOX93c
There is an error in the system can not open the store when you click on the npc
@AlienwareDEV
@durda
@AlienwareDEV
@durda
Son düzenleme:
expected primary-expression before '['token on shop manager line 534
line 534
std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)
full line
#ifdef ENABLE_RENEWAL_SHOPEX
else {
std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)
{
TItemTable* lItem = ITEM_MANAGER::instance().GetTable(i1.vnum);
TItemTable* rItem = ITEM_MANAGER::instance().GetTable(i2.vnum);
if (stSort == "Vnum")
return i1.vnum > i2.vnum;
else if (stSort == "Price")
return i1.price > i2.price;
else if (stSort == "Name" && lItem && rItem)
return strcmp(lItem->szLocaleName, rItem->szLocaleName) < 0;
else if (stSort == "Type" && lItem && rItem)
return lItem->bType > rItem->bType;
});
}
#endif
line 534
std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)
full line
#ifdef ENABLE_RENEWAL_SHOPEX
else {
std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)
{
TItemTable* lItem = ITEM_MANAGER::instance().GetTable(i1.vnum);
TItemTable* rItem = ITEM_MANAGER::instance().GetTable(i2.vnum);
if (stSort == "Vnum")
return i1.vnum > i2.vnum;
else if (stSort == "Price")
return i1.price > i2.price;
else if (stSort == "Name" && lItem && rItem)
return strcmp(lItem->szLocaleName, rItem->szLocaleName) < 0;
else if (stSort == "Type" && lItem && rItem)
return lItem->bType > rItem->bType;
});
}
#endif
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 27
- Görüntüleme
- 1K
- Cevaplar
- 16
- Görüntüleme
- 859
- Cevaplar
- 9
- Görüntüleme
- 612
- Cevaplar
- 7
- Görüntüleme
- 586