|
for win32
Changelog is pretty long:
fixed reserved slots, also not used are hidden now
fixed boundary checks
fixed pause( ... ) and unpause( ... ) which crash on unknown plugin name
fixed pause plugins plugin
added stock functions to "amxmisc.inc" and new constants to "amxconst.inc"
o get_basedir( ... )
o build_path( ... )
o show_activity( ... )
o get_logfile( ... )
admin command "amx_plugin" is changed to "amx_pausecfg"
added "amx_banid", "amx_banip" and changed "amx_ban"
fixed admin logging when name is changed
by default compiler doesn't initialize local variables to zero (option can be turned on with -z flag)
general rewrite/tweak for all default plugins
server commands "amx cmds" and "amx cvars" give now more detailed info
admin must now have all flags of command to gain an access to it
added amx_logdir localinfo which specifies logging directory for log_to_file(...) (default plugins has been updated to obey that setting)
added "amx_basedir" localinfo by which plugins know a path to configuration files (resolves problem with running the same AMX on different ports with different settings, accounts and plugins)
modified admin, admin_mysql and slots reservation plugins to work also on CS 1.6 (you have to edit source first)
extended functionality of file_size(...) native
added native functions to support public variables (introduced them with stats and stats configuration plugins)
o xvar_exists( ... )
o get_xvar_id( ... )
o get_xvar_num( ... )
o get_xvar_float( ... )
o set_xvar_num( ... )
o set_xvar_float( ... )
o isalpha(...)
o isdigit(...)
o isalnum(...)
o isspace(...)
added Miscellaneous Stats plugin for Counter-Strike which constains
o multikill announcement
o bomb events
o killing streak
o enemy remaining
o round counter
o italy bonus kill
o knife kill
o headshot kill
o greanade kill
o last man
o double kill
o player name
added some stats to Stats plugin
o most damage
o most kills
o team score
o rank info |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|