STATUS: ONLINE | DISPLAYING 15 ITEMS PER PAGE
前端Lua

function ssrUIManager:createTopIcon() local parent = GUI:Win_FindParent(101) if parent then GUI:removeAllChildren(parent) -- 展开/收起按钮 local top_btn = GUI:Button_Create(parent, "btn_switch", 0, -57, "res/officia

前端Lua

-- 展开/收起按钮 local top_btn = GUI:Button_Create(parent, "btn_switch", 0, -57, "res/official/100079.png") ssrUIManager.top_btn = top_btn ssrUIManager.top_layout = parent

前端Lua

按照这个格式帮我实现被玩家攻击时选择不同处理方式的功能

前端Lua

直接用这个形式帮我下 [3017] = { id = 3017, content = "屏蔽技能特效", text = "战斗", group = 3, group2 = 1, group_text = "综合", default = 0, platform = 0, order = 2000, },

前端Lua

我想添加内挂功能,被玩家攻击时,可以设定"不处理,反击,逃跑"3个选项

前端Lua

SLDefine.lua在cache中 是被加密的

前端Lua

在什么文件中查看什么字段

前端Lua

比如 [3017] = { id = 3017, content = "屏蔽技能特效", text = "战斗", group = 3, group2 = 1, group_text = "综合", default = 0, platform = 0, order = 2000, },之前没有这个功能添加后就又了这个功能,在哪里可以查询到这些可以被添加的功能

前端Lua

我是指怎么查看自带的类似这些功能[1] = { id = 1, content = "人名显示", text = "基本", group = 4, group2 = 1, group_text = "人名显示", default = 1, platform = 0, order = 100, }, [2] = { id = 2, content = "数字显血", text = "基本", group = 4, group2 = 1

前端Lua

列出所有能设置的功能

前端Lua

在哪里找PMainUI

前端Lua

怎么查看系统内自带的,可以被设置的内挂功能

前端Lua

function ssrUIManager:createTopIcon() local parent = GUI:Win_FindParent(101) if parent then GUI:removeAllChildren(parent) -- 展开/收起按钮 local top_btn = GUI:Button_Create(parent, "btn_switch", 0, -57, "res/officia

前端Lua

function ssrUIManager:createTopIcon() local parent = GUI:Win_FindParent(101) if parent then GUI:removeAllChildren(parent) -- 展开/收起按钮 local top_btn = GUI:Button_Create(parent, "btn_switch", 0, -57, "res/officia

前端Lua

为什么没有展开按妞