You need to declare the function as. Code: Select all local function a(i) -- code end. in order for it to work, due to Lua scope mechanism ...
確定! 回上一頁