config = { ElementData = "Empilhador", Money = {700, 1300}, Exp = {10, 30}, Vips = {{"Patrocinador", 1.5}, {"Premium", 1.30}, {"Elegance", 1.20}, {"Elite", 1.15}, {"Express", 1.10}}, } notifyS = function(element, message, type) return exports['crp_infobox']:addNotification(element, message, type) end notifyC = function(message, type) return exports['crp_infobox']:addNotification(message, type) end function formatNumber ( number ) local formatted = number while true do formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1.%2') if ( k==0 ) then break end end return formatted end