add info
This commit is contained in:
parent
f4161c3200
commit
4654019326
@ -189,6 +189,7 @@ void hack::Initialize() {
|
||||
//for (CScreenSpaceEffectRegistration* reg = *g_ppScreenSpaceRegistrationHead; reg; reg = reg->m_pNext) {
|
||||
// logging::Info("%s", reg->m_pEffectName);
|
||||
//}
|
||||
g_ICvar->FindVar("cl_software_cursor")->SetValue(1);
|
||||
logging::Info("SSE enabled..");
|
||||
}
|
||||
|
||||
|
@ -93,9 +93,10 @@ void PaintTraverse_hook(void* p, unsigned int vp, bool fr, bool ar) {
|
||||
if (info_text) {
|
||||
AddSideString("cathook by nullifiedcat", colors::RainbowCurrent());
|
||||
#if defined(GIT_COMMIT_HASH) && defined(GIT_COMMIT_DATE)
|
||||
AddSideString("commit #" GIT_COMMIT_HASH);
|
||||
AddSideString("at " GIT_COMMIT_DATE);
|
||||
AddSideString("Version: #" GIT_COMMIT_HASH " " GIT_COMMIT_DATE, GUIColor());
|
||||
#endif
|
||||
AddSideString("Press 'INSERT' key to open/close cheat menu.", GUIColor());
|
||||
AddSideString("Use mouse to navigate in menu.", GUIColor());
|
||||
}
|
||||
|
||||
if (CE_GOOD(g_pLocalPlayer->entity) && !g_Settings.bInvalid) {
|
||||
|
Reference in New Issue
Block a user