AMX Mod Server Plugin
half-life scripting engine

AMX Mod
About
Plugins *fixed*
Downloads
Forums
Functions
Modules


Link to us !



Donate

Modules
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 !


CS Stats (AMX & MM)
Provides StatsMe-like in-game statistics for Counter-Strike.
Note : csstats.amx must be in addons/amx folder.

CSStats 0.9.3 Sources14455
20 k
CSStats 0.9.3 Binaries13103
27 k
Functions reference


MySQL (AMX)
Provides MySQL database access.

MySQL 0.9 Sources4749
573 k
MySQL 0.9 Binaries4549
236 k
Functions reference


AMX LogD (AMX & MM)
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

    AMX-LogD 1.00.5 Sources3828
    22 k
    AMX-LogD 1.00.5 Binaries4379
    64 k
    Functions reference


  • UDP (AMX)
    Provides UDP socket functions, rcon and server queries.

    UDP 0.9 Sources4563
    16 k
    UDP 0.9 Binaries5866
    23 k
    Functions reference


    Design by dJeyL -- All contents © djeyl.net 2001-2004
    Half-Life is a registered trademark from VALVe Software & Sierra
    AMX Mod powered by OLO