Difference between revisions of "Module Writing (AMX Mod X)"
m |
m (Reverted edits by KmaLts (Talk); changed back to last version by Damaged Soul) |
||
Line 1: | Line 1: | ||
− | AMX Mod X Modules are written in C or C | + | AMX Mod X Modules are written in C or C++ (the API is C compatible). |
− | For more information, look in: [http://svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk/?root=amxmodx /svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk/?root=amxmodx] or [http://svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk.tar.gz?root=amxmodx | + | For more information, look in: [http://svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk/?root=amxmodx /svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk/?root=amxmodx] or [http://svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk.tar.gz?root=amxmodx&view=tar click here] to download a tarball of that directory. |
+ | |||
+ | 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. | ||
+ | |||
+ | {{Template:Stub}} | ||
+ | |||
+ | [[Category:AMX_Mod_X]] |
Revision as of 20:04, 5 July 2007
AMX Mod X Modules are written in C or C++ (the API is C compatible).
For more information, look in: /svn.tcwonline.org/viewvc.cgi/trunk/amxmodx/sdk/?root=amxmodx or click here to download a tarball of that directory.
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