Não sei se é pedir demais, mas gostaria que alguém me dissesse o que cada comando (Os que eu irei citar) faz..
Se puder, bote um exemplo para reforçar
doConvertIntegerToIp(int, mask)
getBooleanFromString(str)
doCopyItem(item, attributes)
exhaustion.check(cid, storage)
exhaustion.get(cid, storage)
exhaustion.set(cid, storage, time)
exhaustion.make(cid, storage, time)
table.find(table, value)
table.isStrIn(txt, str)
table.countElements(table, item)
table.getCombinations(table, num)
string.split(str)
string.trim(str)
string.explode(str, sep)
debugPrint(text)
E esses aqui que são do tipo math.algumacoisa :
math.abs
math.acos
math.asin
math.atan
math.atan2
math.ceil
math.floor
math.cos
math.sin
math.tan
math.cosh
math.sinh
math.tanh
math.deg
math.rad
math.exp
math.log
math.log10
math.pow
math.min
math.max
math.modf
math.sqrt
math.random
math.randomseed
math.frexp
math.ldexp
math.huge
math.pi
Obrigado.