[saco] Implement cmdMem()

This commit is contained in:
RD42 2024-02-05 21:54:49 +08:00
parent 503cb19e4f
commit 8b2b8fdd05

View File

@ -53,7 +53,7 @@ void cmdHudScaleFix(PCHAR szCmd)
void cmdMem(PCHAR szCmd)
{
// TODO: cmdMem
pChatWindow->AddDebugMessage("Memory: %u",*(DWORD *)0x8A5A80);
}
void cmdSetFrameLimit(PCHAR szCmd)