A problem in Combat Zone VegaS

07/01/2019 20:26 Mr.K0K0#1
Hi

[Only registered and activated users can see links. Click Here To Register...]

Code:
            case SHOP_COIN_TYPE_GOLD:
#ifdef ENABLE_NEWSTUFF
                if (bOtherEmpire && !g_bEmpireShopPriceTripleDisable) // no empire price penalty for pc shop
#else
                if (bOtherEmpire) // no empire price penalty for pc shop
#endif
#ifdef ENABLE_CHEQUE_SYSTEM
                    pack_tab.items[i].price.dwPrice = shop_tab.items[i].price * 4;
#else
                    pack_tab.items[i].price = shop_tab.items[i].price * 4;
#endif
                else
#ifdef ENABLE_CHEQUE_SYSTEM
                    pack_tab.items[i].price.dwPrice = shop_tab.items[i].price;
#else
                    pack_tab.items[i].price = shop_tab.items[i].price;
#endif
                break;
            case SHOP_COIN_TYPE_SECONDARY_COIN:
#ifdef ENABLE_CHEQUE_SYSTEM
                pack_tab.items[i].price.dwPrice = shop_tab.items[i].price;
#else
                pack_tab.items[i].price = shop_tab.items[i].price;
#endif
                break;
#if defined(WJ_COMBAT_ZONE)
            case SHOP_COIN_TYPE_COMBAT_ZONE:
                pack_tab.items[i].price = shop_tab.items[i].price;
                break;
#endif
            }
Define this special function on the battlefield


Code:
pack_tab.items[i].price = shop_tab.items[i].price;
I wish someone help me :)

Thanks to everyone I solved the problem

But there was a new problem in syserr

Code:
SYSERR: Jul  1 07:26:46 :: Process: UNKNOWN HEADER: 117, LAST HEADER: 0(0), REMAIN BYTES: 10, fd: 18
This error appears when you press B on the small map
07/02/2019 14:01 SacrificedFox#2
So there is all you need :

Code:
SYSERR: Jul  1 07:26:46 :: Process: UNKNOWN HEADER: 117, LAST HEADER: 0(0), REMAIN BYTES: 10, fd: 18
so whats your question? xd
07/08/2019 00:46 Mr.K0K0#3
I need to solve that problem

Code:
0703 00:52:23504 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 79