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

From AlliedModders Wiki
Jump to: navigation, search
m (Reverted edit of Smokey485, changed back to last version by BAILOPAN)
Line 1: Line 1:
 
AMX Mod X Modules are written in C or C++ (the API is C compatible).
 
AMX Mod X Modules are written in C or C++ (the API is C compatible).
  
For more information, look in: [http://cvs.tcwonline.org/viewvc.cgi/amxmodx/amxmodx/sdk/ /cvsroot/amxmodx/amxmodx/sdk]
+
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]
  
 
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.   
 
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.   

Revision as of 08:43, 17 October 2006

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

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