mirror of
https://github.com/r4sas/ExtraMirror
synced 2025-01-24 21:44:16 +00:00
Update client.cpp
This commit is contained in:
parent
af1694b5b0
commit
ae962b7ce9
@ -1,4 +1,4 @@
|
|||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
@ -149,7 +149,7 @@ void InitHack(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole");
|
if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole");
|
||||||
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v2.2n\n");
|
ConsolePrintColor(0, 255, 11, "-- Extra Mirror v2.3\n");
|
||||||
ConsolePrintColor(255, 255, 255, "-- Use 'credits' for more information\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 Realwar for title\n");
|
||||||
ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n");
|
ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user