AMX Mod X 1.9.0

addons AMX Mod X 1.9.0 5294

Версия Дата выхода Скачиваний Оценка  
5294 6,052 0.00 звёзд 0 оценок Скачать
5281 1,413 0.00 звёзд 0 оценок Скачать
5271 4,171 0.00 звёзд 0 оценок Скачать
Изменения:
  • Нравится
Реакции: sbelov020
* Add link to API reference​
* Update README.md​
* Update README.md​
* Hungarian language update​
The important parts have been updated* and the missing parts added according to my best knowledge.​
* admincmd.txr was UTF8 instead of UTF8 without BOM, I'm not sure it was a mistake or not.​
* Further Hungarian translation update​
Further grammar and typo fixes in Hungarian translation.​
SERVER_PROC - Unused in admincmd.sma and .txt too.​
* Fix a buffer issue in RegisterHam​
* AString classname as well​
* Update lang.inc​
* Update lang.inc​
* Update nvault.inc​
* Update nvault.inc​
Изменения:
Изменения:
  • Fix OnPluginsUnloaded not being called for reloadable modules.
    Modules are loaded before plugins, and can hook OnPluginsLoaded. Therefore, they should be unloaded AFTER plugins, and be able to hook OnPluginsUnloaded. This was not the case for reloadable modules.
    This affects nvault module, whose OnPluginsUnloaded function wasn't being called.
  • Comment MODULE_RELOAD_ON_MAP_CHANGE on modules that use USE_METAMOD
    Currently amxmodx doesn't reload modules that use metamod, so MODULE_RELOAD_ON_MAP_CHANGE being defined or not doesn't make any difference.Even though this commit currently doesn't change any behavior, amxmodx might in the future support reloading modules that use metamod, and all these modules in their current state either fail completely because of erroneous cleanup, or are untested (and most likely leak stuff).
    Furthermore, these changes make it clear that these modules are in fact not being reloaded.
  • Fix: fakemeta hook not being unregistered
Сверху Снизу