#ไอดีพรีเมี่ยมเท่านั้นกดซื้อของ F10 ได้
#ค้นหา WarZ.sln
bool showStore = InputMappingMngr->wasPressed(r3dInputMappingMngr::KS_SHOW_STORE);
# เพิ่ม
if(gUserProfile.ProfileData.PremiumAcc)
----------------------------------------------------------------------------
ตัวอย่าง
#ifdef ENABLE_INGAME_STORE
bool showStore = InputMappingMngr->wasPressed(r3dInputMappingMngr::KS_SHOW_STORE);
if(gUserProfile.ProfileData.PremiumAcc)
{
if(showStore && !hudAttm->isActive() && !hudVault->isActive() && !hudSafelock->isActive() && !hudTrade->isActive() && !hudRepair->isActive())
{
if(!hudStore->isActive())
{
if(hudPause->isActive())
hudPause->Deactivate();
hudStore->Activate();
}
else
hudStore->Deactivate();
}
}
#endif
ไม่มีความคิดเห็น:
แสดงความคิดเห็น