colored text chat

  1. DREDD

    ChatPrintF

    Initialize g_ChatElement g_ChatElement = FindHudElement<CHudChat>("CHudChat"); Initialize class CHudChat: class CHudChat { public: void ChatPrintf(int iPlayerIndex, int iFilter, const char* fmt, ...) { call_vfunc<void(__cdecl*)(void*, int, int, const char*, ...)>(this...
Top