AMX Mod being licensed under the GNU General Public License,
you can access our source code from our CVS repository.
From a Web browser:
http://cvs.amxmod.net is the place to be. Highlighted source code
and tarballs available.
From a CVS client:
The CVS repository can be checked out through anonymous (pserver) CVS:
- Server: cvs.amxmod.net
- Repository: /cvs/amx
- User: anonymous
- Password: none (empty)
That is to say:
- cvs -d:pserver:anonymous@cvs.amxmod.net:/cvs/amx login
(then press Enter when prompted for a password)
- cvs -d:pserver:anonymous@cvs.amxmod.net:/cvs/amx checkout something
(where 'something' is 'amx', 'sql', 'config', ...: see here for a complete list)