Browse Source

Update client.cpp

master
shelru 7 years ago committed by GitHub
parent
commit
ae962b7ce9
  1. 4
      MiniBase/client.cpp

4
MiniBase/client.cpp

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#include "client.h"
#include "client.h"
#include <iostream>
#include <string>
#include <fstream>
@ -149,7 +149,7 @@ void InitHack(){ @@ -149,7 +149,7 @@ void InitHack(){
}
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, "-- Thank's to Realwar for title\n");
ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n");

Loading…
Cancel
Save