Difference between revisions of "Module Writing (AMX Mod X)"

From AlliedModders Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:AMX_Mod_X]]
+
AMX Mod X Modules are written in C or C++ (the API is C compatible).
You must have complete mastery of the force and be slightly proficient at C++ to write modulesThen they will come to you in a flash of golden light and you will attempt to compile themOf course, you will fail. Yes really, you will fail.
+
 
 +
For more information, look in: [http://cvs.tcwonline.org/viewvc.cgi/amxmodx/amxmodx/sdk/ /cvsroot/amxmodx/amxmodx/sdk]
 +
 
 +
Copy these files into a new folder.  The amxxmodule.h/cpp files are the Module SDK backendYou only need to edit the moduleconfig.h file to customize your module.   
 +
 
 +
You can read howto.txt for some brief information.
  
{{Stub}}
+
{{Template:Stub}}
  
Module making is done in C++
+
[[Category:AMX_Mod_X]]

Revision as of 05:10, 18 May 2006

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