mirror of
https://github.com/r4sas/ExtraMirror
synced 2025-02-03 10:25:53 +00:00
2.0a
This commit is contained in:
parent
66070ee656
commit
b24a1f2fe3
@ -151,7 +151,7 @@ void InitHack(){
|
||||
}
|
||||
|
||||
if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole");
|
||||
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v1.9\n");
|
||||
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v2.0a\n");
|
||||
ConsolePrintColor(255, 255, 255, "-- Use 'credits' for more information\n");
|
||||
ConsolePrintColor(255, 255, 255, "-- Thank's to Realwar for title\n");
|
||||
ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n");
|
||||
|
@ -492,6 +492,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved){
|
||||
switch (fdwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
srand(GetTickCount());
|
||||
TCHAR moduleFileName[MAX_PATH];
|
||||
GetModuleFileName(hinstDLL, moduleFileName, ARRAYSIZE(moduleFileName));
|
||||
LoadLibrary(moduleFileName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user