From 9e78fcdf9514a529b706d9ead5479e86827f3662 Mon Sep 17 00:00:00 2001 From: Jan Babor Date: Mon, 29 Aug 2016 00:35:59 +0200 Subject: [PATCH] Update installation.md --- docs/StatsBar/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/StatsBar/installation.md b/docs/StatsBar/installation.md index 3fdee13..76bfcbd 100644 --- a/docs/StatsBar/installation.md +++ b/docs/StatsBar/installation.md @@ -7,7 +7,10 @@ Remember for this plugin to work you first need to install ## Client * Place the folder "StatsBar" into "mpmissions\exile.\ExAdClient\" - +* Goto "mpmissions\exile.\ExAdClient\RscTitles.cpp" and uncomment +```cpp +//#include "StatsBar\RscTitles.cpp" +``` * Goto "mpmissions\exile.\ExAdClient\CfgFunctions" and uncomment _From_