以文本方式查看主题 - 索沛CS1.6论坛 CS反作弊 CS1.6下载 amxx sma插件 cs对战平台 (http://sk00.com/index.asp) -- AMXX插件脚本 (http://sk00.com/list.asp?boardid=15) ---- Precache Manager / Precache file limit FIX (http://sk00.com/dispbbs.asp?boardid=15&id=2236119) |
-- 作者:Sneaky_amxx -- 发布时间:2015-05-30 16:19:00 -- Precache Manager / Precache file limit FIX [CN] 这是一个改善 public plugin_precache 数量限制的方法 MAX_MODELS 1024 (半条命使用了: 512) MAX_SOUNDS 1024 (半条命使用了: 512) 这意味着你总共只能缓存 512 个声音文件和 512 个模型文件,如果你超出了这个限制你的服务器将不能启动。 这个插件将释放出 200+ 个缓存空间供你的插件使用! 他的工作原理是腾出一些半条命的缓存空间,让你使用。 如果你发现一些文件在这个插件里面,但是你有使用到这个文件,不要担心,他还是会在你的插件里面加载的,这个插件只会删除不是 amxx 缓存的文件。 [EN] This is a helpful fix to the limitations of public plugin_precache . MAX_MODELS 1024 (default HalfLife Files Used: 512) MAX_SOUNDS 1024 (defaulHalfLife Files Usedt: 512) That means you can only have a number of 512 sound files Or 512 Model files.. if you go over that limit your server will NOT start. With my plugin. It frees about 200+ file spaces so you can add more content to your Plugins! The way my plugin works is.. it takes some halflife files out of precache so you have more space. If you see a halflife file in my plugin that 1 of your plugins is using.. do not worry! it will still be precached by your plugin.. my plugin only removed files that amxx doesn\'t precache.. http://pan.baidu.com/s/1c0nR5BE [此贴子已经被作者于2015-5-30 16:24:02编辑过]
|
-- 作者:Sneaky_amxx -- 发布时间:2015-05-30 16:23:00 -- http://pan.baidu.com/s/1nt22p2T |
-- 作者:Fornis_Family -- 发布时间:2015-05-30 16:31:00 -- sf |
-- 作者:mplight -- 发布时间:2015-05-30 16:39:00 -- good afternoon |
-- 作者:Sneaky_amxx -- 发布时间:2015-05-30 16:50:00 -- 以下是引用mplight在2015-5-30 16:39:00的发言:
Same to you. But please try to stay on topic. Thank you :)
good afternoon |
-- 作者:Sneaky_amxx -- 发布时间:2015-05-31 15:52:00 -- :) |
-- 作者:Dynch -- 发布时间:2015-06-05 19:22:00 -- 感谢楼主奉献给大家。 |
-- 作者:Sneaky_amxx -- 发布时间:2015-06-07 22:48:00 -- Thank you. |