From 4a1be4b6460a2cf6695b37ab82d5b75bd711ea01 Mon Sep 17 00:00:00 2001 From: shelru Date: Mon, 26 Sep 2016 23:14:13 +0300 Subject: [PATCH] Fixed USP.sc --- MiniBase/client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MiniBase/client.cpp b/MiniBase/client.cpp index 674c617..213fb73 100644 --- a/MiniBase/client.cpp +++ b/MiniBase/client.cpp @@ -151,7 +151,7 @@ void InitHack(){ } if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole"); - ConsolePrintColor(0, 255, 11, "-- Extra Mirror v1.8e\n"); + ConsolePrintColor(0, 255, 11, "-- Extra Mirror v1.8x\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"); @@ -174,6 +174,7 @@ void InitHack(){ void HookEventMessages(){ pEventMsgBase = (PEventMsg)offset.FindEventMsgBase(); + pEvent_usp = HookEventMsg("events/usp.sc", Event_usp); pEvent_ak47 = HookEventMsg("events/ak47.sc", Event_ak47); pEvent_aug = HookEventMsg("events/aug.sc", Event_aug); pEvent_awp = HookEventMsg("events/awp.sc", Event_awp);