Project1

标题: 关于传说中的那个防卡脚本 [打印本页]

作者: 然然    时间: 2008-2-10 08:28
提示: 作者被禁止或删除 内容自动屏蔽
作者: TERENCE    时间: 2008-2-10 09:43
防止出现"脚本已备份":
@update_thread = Thread.new{loop{Graphics.update;sleep(9)}} if @update_thread.nil?
class << Graphics

alias origin_update update unless method_defined? :origin_update

def update
  Thread.critical = true
  origin_update
  Thread.critical = false
end

end

把这插在所有脚本前面! [LINE]1,#dddddd[/LINE]系统信息:本贴由楼主认可为正确答案,66RPG感谢您的热情解答~




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1