changed repo to lgsm-cs-funmaps

This commit is contained in:
zino
2023-11-20 16:30:06 +01:00
parent c1e5704385
commit 7639da7306
790 changed files with 0 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
# This contains basic config information, at the moment duplicating most of the +localinfo variables, but allowing for more flexible expansion of config options in the future. Also, it provides somewhat more reliable options setting, since +localinfo munges some argument values (in particular, pathnames with leading dots, ie "../dlls/blah.dll").
# Basic format is
# <option> <value>
# http://metamod.org/metamod.html

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
# This is necessary for plugins that need to have settings specified prior to early API routines like ServerActivate, since autoexec.cfg is read too early and server.cfg is read to late. In particular, I found this necessary for the Trace plugin, in order to trace routines like RegUserMsg which are called during ServerActivate.
# http://metamod.org/metamod.html

View File

@@ -0,0 +1,5 @@
# Plugins are described in a file "plugins.ini" and each line describes a plugin to load:
# <platform> <filepath> [<description>]
# http://metamod.org/metamod.html
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
linux addons/semiclip/semiclip_mm_i386.so