-
Автор темы
- #1
hit eventlogs
ss:
purchase eventlogs
ss:
Код:
g_csgo.m_cvar()->ConsoleColorPrintf(Color(132, 190, 0, 255), "[gamesense] ");
g_csgo.m_cvar()->ConsoleColorPrintf(Color(255, 255, 255, 255), "Hit %s in the %s for %d damage (%d health remaining) \n", userid_info.szName, hitgroup, damage, health);
purchase eventlogs
Код:
g_csgo.m_cvar()->ConsoleColorPrintf(Color(132, 190, 0, 255), "[gamesense] ");
g_csgo.m_cvar()->ConsoleColorPrintf(Color(255, 255, 255, 255), "%s bought %s \n", userid_info.szName, event->GetString("weapon"));