AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Vincent Herbet 8717ffe07c
Implement menu_create "ml" param to allow menu title/item to be looked up as multilingual key (#593)
* Clean up menu_create() internal code

No code changes. Just modernizing code a little and tidying up things.

* Implement menu_create() "ml" param

* Include newmenu.inc to VS project files

* Adjust documentation

* Put back the quote in the log error message.
2018-09-28 16:46:52 +02:00
.github Add CONTRIBUTING and ISSUE_TEMPLATE (#534) 2018-09-02 20:35:42 +02:00
amxmodx Implement menu_create "ml" param to allow menu title/item to be looked up as multilingual key (#593) 2018-09-28 16:46:52 +02:00
compiler Compiler: Fix broken UTF8 support (#329) 2018-09-20 20:27:15 +02:00
configs Update Hamsandwich for Sven Coop 5.17 (#452) 2018-09-06 17:09:10 +02:00
editor/studio Add elog_message native (#451) 2017-08-01 15:14:53 +02:00
gamedata Cstrike: Get offset for m_bMapHasBombTarget (#443) 2017-06-21 10:07:26 +02:00
installer Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
modules Fix a crash with set_tr/2 when -1 is passed in TR_pHit + allow worldspawn (0) in set_tr/2 (#601) 2018-09-28 16:39:03 +02:00
plugins Implement menu_create "ml" param to allow menu title/item to be looked up as multilingual key (#593) 2018-09-28 16:46:52 +02:00
public Bump version 2018-09-11 00:48:15 +02:00
support Upload amxmodx-latest-<package>-<os> text file when packaging. (#585) 2018-09-14 20:21:47 +02:00
third_party Update Zlib to v1.2.11 (#527) 2018-08-27 21:35:24 +02:00
tools Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
.gitattributes Add gitattributes 2015-03-10 11:11:49 +02:00
.gitignore Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
.gitmodules Use upstream AMTL as a submodule 2015-03-09 22:53:58 +01:00
.travis.yml Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
AMBuildScript Another attempt to fix windows compilation (#556) 2018-09-08 21:12:57 +02:00
appveyor.yml Attempt to fix windows compilation (#555) 2018-09-08 20:21:53 +02:00
configure.py Build assembly files with AMBuild. (#481) 2018-08-26 20:28:25 +02:00
product.version Bump version 2018-09-11 00:48:15 +02:00
pushbuild.txt Another stab at Windows build fix. 2018-09-09 07:40:58 -04:00
README.md Updated readme (#539) 2018-09-04 19:31:23 +02:00

AMX Mod X is a Metamod plugin for Half-Life 1. It provides comprehensive scripting for the game engine and its mods. Scripts can intercept network messages, log events, commands, client commands, set cvars, modify entities, and more. AMX Mod X also has a system for extending native scripting through modules, leading to outside support for things like MySQL and Sockets.

General

Development