I'm calling a lua function inline to format my numbers and it's working ... function FormatNum(Num) local Num = tonumber(Num) local Result ...
確定! 回上一頁