This is the Lua's Try-Catch. example: function test() print("Hello World") end if not pcall(test) then -- if there is an error within the ...
確定! 回上一頁