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

Rank = {} Rank._rankType = 1 -- 排行榜类型页签 Rank._showDataType = 1 -- 排行榜展示数据类型 (人物1-4 英雄6-9 总 战 法 道) Rank._showLevel = false Rank._path = "res/private/rank_ui/rank_ui_win32/" function Rank.main(type) local parent = GUI:Attach_Parent()

前端Lua

function Rank.InitTypeBtn() if not SL:GetMetaValue("USEHERO") then GUI:setVisible(Rank.UI.Panel_type, false) end local isInitRequest = true local btnsName = {"Panel_player", "Panel_hero"} local function setTypeFunc(type,

前端Lua

function Rank.InitTypeBtn() if not SL:GetMetaValue("USEHERO") then GUI:setVisible(Rank.UI.Panel_type, false) end local isInitRequest = true local btnsName = {"Panel_player", "Panel_hero"} local function setTypeFunc(type,

前端Lua

Rank = {} Rank._rankType = 1 -- 排行榜类型页签 Rank._showDataType = 1 -- 排行榜展示数据类型 (人物1-4 英雄6-9 总 战 法 道) Rank._showLevel = false Rank._path = "res/private/rank_ui/rank_ui_win32/" function Rank.main(type) local parent = GUI:Attach_Parent() if not parent t

前端Lua

Rank = {} Rank._rankType = 1 -- 排行榜类型页签 Rank._showDataType = 1 -- 排行榜展示数据类型 (人物1-4 英雄6-9 总 战 法 道) Rank._showLevel = false Rank._path = "res/private/rank_ui/rank_ui_win32/" function Rank.main(type) local parent = GUI:Attach_Parent()

前端Lua

local fentian = {} function fentian.main(param1, param2, param3, param4) lib:Require(param1, function(state) if state then if param1 then fentian.parent = lib:openwin(param1, nil, true, param4) or {}

前端Lua

function fentian.upmain() if not fentian.parent or not fentian.parent._ui then return end local ui = fentian.parent._ui local cfg = fentian.parent.cfg if not cfg then return end local var = tonum

前端Lua

05 string.sub(showLvStr, 2, 2) 输出是多少

前端Lua

function fentian.upmain() if not fentian.parent or not fentian.parent._ui then return end local ui = fentian.parent._ui local cfg = fentian.parent.cfg if not cfg then return end local var = tonum

前端Lua

function fentian.upmain() if not fentian.parent or not fentian.parent._ui then return end local ui = fentian.parent._ui local cfg = fentian.parent.cfg if not cfg then return end local var = tonum

前端Lua

function fentian.upmain() if not fentian.parent or not fentian.parent._ui then return end local ui = fentian.parent._ui local cfg = fentian.parent.cfg if not cfg then return end local var = tonum

前端Lua

如果showLvStr 字符为4 那么 把前面2个字符后..‘转’..后2个字符..''级 如果 showLvStr 字符为3 那么 把前面1个字符后..‘转’..后2个字符..''级

前端Lua

把 075 转换成0转75

前端Lua

排行榜功能不在线的玩家也能获取到等级 是为什么

前端Lua

function Rank.UpdateRankList() local data = SL:GetMetaValue("RANK_DATA_BY_TYPE", Rank._showDataType) local myID = SL:GetMetaValue("USER_ID") if Rank._selectType == 2 then -- 英雄排行榜 myID = SL:GetMetaValue("HERO_ID") end loc