Difference between revisions of "Module Writing (AMX Mod X)"
Line 10: | Line 10: | ||
[[Category:AMX_Mod_X]] | [[Category:AMX_Mod_X]] | ||
+ | |||
+ | |||
+ | == The Basics == | ||
+ | Okay, this is the basics to coding modules: you use C or C++, the API is C compatible, yep, thats right, so you know, uh, well, uh, you see, uhm... Let me think, holdon, okay, uh, wait, no.... Okay, I thought, now... | ||
+ | |||
+ | The basics - You make natives and stocks and stuff like that. |
Revision as of 17:41, 29 June 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
The Basics
Okay, this is the basics to coding modules: you use C or C++, the API is C compatible, yep, thats right, so you know, uh, well, uh, you see, uhm... Let me think, holdon, okay, uh, wait, no.... Okay, I thought, now...
The basics - You make natives and stocks and stuff like that.