Module Writing (AMX Mod X)

From AlliedModders Wiki
Revision as of 22:29, 29 June 2006 by BAILOPAN (talk | contribs) (Reverted edit of Smokey485, changed back to last version by BAILOPAN)
Jump to: navigation, search

AMX Mod X Modules are written in C or C++ (the API is C compatible).

For more information, look in: /cvsroot/amxmodx/amxmodx/sdk

Copy these files into a new folder. The amxxmodule.h/cpp files are the Module SDK backend. You only need to edit the moduleconfig.h file to customize your module.

You can read howto.txt for some brief information.

This article is a stub. Help by expanding it