function GetMathRandomExclude(lowerbound,upperbound,exclude) local x = math.random(lowerbound,upperbound) if type(exclude) == "table" then for _,v in ...
確定! 回上一頁