From 2112d0935fe0134e761341fd09109f5be98cecf2 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 7 Mar 2004 17:12:25 +0000 Subject: [PATCH] added engine and cstrike --- configs/modules.ini | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/configs/modules.ini b/configs/modules.ini index d911a9fc..96990fe3 100755 --- a/configs/modules.ini +++ b/configs/modules.ini @@ -1,14 +1,22 @@ ; AMX Mod X Modules ; You can specify both linux & win32 modules here -; CS Stats -csstats_amx.dll -csstats_amx_i386.so - ; Fun fun_amx.dll fun_amx_i386.so +; Engine +;engine_amx.dll +;engine_amx_i386.so + ; MySQL ;mysql_amx.dll ;mysql_amx_i386.so + +; Counter-Strike +cstrike_amx.dll +cstrike_amx_i386.so + +; CS Stats +csstats_amx.dll +csstats_amx_i386.so \ No newline at end of file