虫九资源分享(冲1K)
الذهاب إلى القناة على Telegram
This Channel follows Telegram Terms.No adult content, no violence, no spam.
إظهار المزيدلم يتم تحديد البلدالفئة غير محددة
990
المشتركون
-524 ساعات
-17 أيام
+7130 أيام
أرشيف المشاركات
990
// UE4防踢出
shadowhook_hook_func_addr((void*)(UE4 + 0x40BA237), (void*)hServerKickPlayer, (void**)&OrigServerKickPlayer);
990
if (totalEnemies > 0 || totalBots > 0) {
std::string s;
s += " ";
s += std::to_string((int)totalEnemies);
s += " ";
s += std::to_string((int)totalBots);
s += " ";
DrawFilledRectangle(HUD, FVector2D(glWidth / 2.10, 80), 45, 40, FLinearColor(1.f, 0.f, 0.f, 1.f));
DrawFilledRectangle(HUD, FVector2D(glWidth / 1.98, 80), 45, 40, FLinearColor(1.f, 1.f, 0.f, 1.f));
tslFont->LegacyFontSize = 18;
DrawOutlinedText(HUD, FString(s.c_str()), {(float)glWidth / 2, 100}, COLOR_WHITE, COLOR_BLACK, true);
tslFont->LegacyFontSize = TSL_FONT_DEFAULT_SIZE;
}
