

|
 |
The following modules are provided as binaries in the AMX Mod package. You can download some of their sources here.
Source packages include :
- source files (*.cpp *.h *.def)
- module API headers (modules.h sclinux.h amx.h)
- GNU Makefile to be used with GCC
(Linux,
Win32,
or cross-compiler for Win32 under Linux)
(under Linux type "make linux" if you don't have MinGW32 cross-compiler ;
you can also download this file
and uncompress it in /usr/local)
- Small header (*.inc), typically to be placed in addons/amx/examples/include
- sometimes, Small plugin source, to put in addons/amx/examples
- sometimes, MSVC++ 6 project files
Binary packages include :
- Linux binary file (*.so)
- Win32 binary file (*.dll)
- Small header (*.inc)
- sometimes, Small plugin source & binary (*.sma *.amx)
Warning : some modules have to be defined both in AMX's modules.ini and MetaMod's plugins.ini !
|
|
 |

 |
Provides StatsMe-like in-game statistics for Counter-Strike.
Note : csstats.amx must be in addons/amx folder.
|
|
 |

 |
Provides MySQL database access.
|
|
 |

 |
This module is inspired from WillDay, Kndroc, Bud-Froggy & Wraith's Log Daemon,
originally designed for AdminMod.
It provides mod log parsing and calls functions on events.
This AMX version allows not to use server console and complicated things like converting strings into strings. Two LogD default plugins
are included (Bomb announcer & Knife arena), have a look at their sources and feel free to convert some more ! :-)
Notes :addons/amx/dlls/logd_ms.dll and logd_ms_i386.so have to be declared both in metamod/plugins.ini and
amx/modules.ini !
see this page for complete events
|
|
 |

 |
Provides UDP socket functions, rcon and server queries.
|
|
 |
|