I realize this is somewhat anticlimatic in view of tomorrow's CS 1.4 release, but it's news all the same. MetaMod (a popular Half-Life server admin plugin) has been updated to v1.12. Here's whats been included:
- updated for hl 1109, which adds one engine routine:
- mod recognition and entities for the battle grounds 0.6, gangwars beta 1.0, and wormshl beta 2.0.
- additional entities for day of defeat beta 2.0 and oz 2.5.
- changed error message "user message registered again" to a debug message (level 3).
- fixed compile problem under msvc with strcasecmp.
- added meta-util function get_plugin_path, so a plugin can know from whence it was loaded.
- in trace plugin, added more trace info for enginefprintf, serverprint, ismapvalid, getplayeruserid, getplayerwonid, getplayerauthid, cvargetfloat, cvargetstring, allocstring, time, isdedicatedserver, getcurrentplayer, getplayerstats.
Comment