config = { salary = {300, 600}, exp = {10, 20}, title = 'Trabalho de Delivery', description = 'Receba os pedidos no restaurante e entregue-os\nno endereço indicado. Use a moto para rapidez!', vips = {{"Patrocinador", 1.5}, {"Premium", 1.30}, {"Elegance", 1.20}, {"Elite", 1.15}, {"Express", 1.10}}; Markers = { {2068.544, -1579.512, 13.803}, -------- Casa (1) {2383.171, -1366.303, 24.491}, -------- Casa (2) {2109.061, -1000.431, 60.508}, -------- Casa (3) {1540.038, -851.552, 64.336}, -------- Casa (4) {848.253, -745.338, 94.969}, -------- Casa (5) {1161.665, -1656.301, 14.125}, -------- Casa (6) {192.735, -1747.258, 4.305}, -------- Casa (7) {833.6, -1014.656, 27.765}, -------- Casa (8) {1734.049, -2098.461, 14.037}, -------- Casa (9) {2523.818, -1998.986, 13.783}, -------- Casa (10) {1952.337, -1985.916, 13.547}, -------- Casa (11) {2269.513, 111.232, 28.442}, -------- Casa (12) {2272.341, -118.685, 28.154}, -------- Casa (13) {2013.842, 774.637, 11.461}, -------- Casa (14) {2450.245, 714.208, 11.468}, -------- Casa (15) {21685.903, 2093.799, 11.461}, -------- Casa (16) {1359.7, 2565.988, 10.827}, -------- Casa (17) {1535.013, 2609.444, 10.82}, -------- Casa (18) {2023.542, -1053.26, 25.596}, -------- Casa (19) {2151.253, -1446.332, 25.775}, -------- Casa (20) }, } formatNumber = function(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 notifyS = function(player, message, type) exports["crp_infobox"]:addNotification(player, message, type) end notifyC = function(message, type) exports["crp_infobox"]:addNotification(message, type) end function removeHex(message) if (type(message) == "string") then while (message ~= message:gsub("#%x%x%x%x%x%x", "")) do message = message:gsub("#%x%x%x%x%x%x", "") end end return message or false end