

O fixed set_cvarptr_ which didn't properly set the new value O fixed get_msg_arg_string not worked correctly (also a possible crash)
#Amx cs 1.6 update#
O fixed a crash (it happened under linux and with the latest VALVe update of February 13 2013)
#Amx cs 1.6 mod#
Some natives were added from AMX Mod X to facilitate the conversion ofĪMX Mod X plugins to AMX Mod. SiG for his translation job in German language for: O added amx_compiler_colored_activity.exe in the CS package O added four maps groups files (mapgroup*.ini) by default in the amx/config/maps_plugins folder (to use with the "mapgroups.ini" file) O added mapgroups.ini file in the amx/config/maps_plugins folder updated amx_show_activity (modified 3 and 4, added 5) updated is_user_admin, is_user_realadmin and is_user_masteradmin removed #define FLAGS_SHOW_ACTIVITY3 and #define FLAGS_SHOW_ACTIVITY4 added AMX Mod default blue color (use "a", "amx" or "amxmod" for the "color" argument of the chat command) added server command amx_exportcmdaccess added server command amx_changecmdaccess O added "SERVER" (will be translated according to your personal/server language) to replace the server name (admins activity, chat commands, AMX logs.) O modified "show admins activity" feature for all the plugins (this function now uses a stock from amxmisc.inc) O fixed virus detection (which was a false positive and present since AMX 2006.3 release) O added natives get_offset_float/set_offset_float O added natives get_client_listen/set_client_listen O modified cvars order (from "amx" server command it also affects the cvars list of the "amx_plugcvarmenu" command) O added possibility to list the commands/cvars declared by a specified plugin (optional argument from the "amx" server command) O modules are autoloaded if forwards are found in the plugins (previously only the natives were checked) In the normal way, the plugins files are loaded in the following order:īut, if a map is set in the mapgroups.ini file, the new order will be: So, only the de_storm.ini file will be loaded after the mapgroup2.ini file (note: the group files can be named otherwise). Now, for instance, if the map "de_storm" is loaded, the mapgroup2.ini file will be loaded, but the prefix_*.ini file will not (prefix_de_.ini for this example). Then, in the "amx/config/maps_plugins/mapgroups.ini" file, write your settings using the following format: ini file and put the names of your plugins inside that file. O you can have one or many group file(s) to regroup into the same file the list of the plugins you want to load for a group of maps (that allows you to simplify your plugins editing):Ĭreate in the "amx/config/maps_plugins" folder a. #include_file : load plugins specified in (the path is relative to the AMX Mod config folder)

#disable_all : clear all plugins found in the plugins.ini files previously analyzed O you can disable all previously loaded plugins or load a new plugin file, with these keywords (to be used in a plugins ".ini" file): O added natives get_msg_origin/set_msg_origin O added natives get_msg_arg_*/set_msg_arg_* and get_msg_args O added natives register_message/unregister_message

O moved get_msg_block/set_msg_block from VexdUM to AMX core O updated natives get_plugincmd and get_plugincmdsnum
