$ USD
Economize 20% hoje: Use o código WELCOME ao finalizar a compra. BEM-VINDO
Válido uma vez por cliente em pedidos a partir de $10.
Válido uma vez por cliente em pedidos a partir de $10.
CódigoM mCarControl
O preço original era: $9.00.$5.00O preço atual é: $5.00.
Script de controle de carro CodeM
Compatível: ESX Framework, qbCore
Economize com o código 20% por tempo limitado.
- Qualidade Premium
- Totalmente Open Source
- Pagamentos Seguros
- Garantia de satisfação
- Garantia de devolução do dinheiro em 30 dias
Descrição
Arquivo de configuração
Config = {} Config.Framework = 'esx' -- esx, qb, oldqb, oldesx, autodetect --- mysql-async - oxmysql - ghmattimysql Config.SQL = 'oxmysql' Config.SongMinimumDistance = 25.0 Config.AutoPilot = { ["VELOCIDADE"] = 50.0, ["MODO_DE_CONDUÇÃO"] = 191 --https://vespura.com/fivem/drivingstyle/ } Config.QuickLocations = { banco = { vetor3(150.266, -1040.203, 29.374), vetor3(-1212.980, -330.841, 37.787), vetor3(-2962.582, 482.627, 15.703), vetor3(-112,202, 6469,295, 31,626), vetor3(314,187, -278,621, 54,170), vetor3(-351,534, -49,529, 49,042), vetor3(241,727, 220,706, 106,286), vetor3(1175,064, 2706,643, 38,094), }, postos_de_gasolina = { vetor3(49,4187, 2778,793, 58,043), vetor3(263,894, 2606,463, 44,983), vetor3(1039,958, 2671,134, 39,550), vetor3(1207.260, 2660.175, 37.899), vetor3(2539.685, 2594.192, 37.944), vetor3(2679.858, 3263.946, 55.240), vetor3(2005.055, 3773.887, 32.403), vetor3(1687.156, 4929.392, 42.078), vetor3(1701.314, 6416.028, 32.763), vetor3(179.857, 6602.839, 31.868), vetor3(-94.4619, 6419.594, 31.489), vetor3(-2554,996, 2334,40, 33,078), vetor3(-1800,375, 803,661, 138,651), vetor3(-1437,622, -276,747, 46,207), vetor3(-2096,243, -320,286, 13,168), vetor3(-724,619, -935,1631, 19,213), vetor3(-526,019, -1211,003, 18,184), vetor3(-70,2148, -1761,792, 29,534), vetor3(265,648, -1261,309, 29,292), vetor3(819.653, -1028.846, 26.403), vetor3(1208.951, -1402.567,35.224), vetor3(1181.381, -330.847, 69.316), vetor3(620.843, 269.100, 103.089), vetor3(2581.321, 362.039, 108.468), vetor3(176.631, -1562.025, 29.263), vetor3(176.631, -1562.025, 29.263), vetor3(-319.292, -1471.715, 30.549), vetor3(1784.324, 3330,55, 41,253) }, lojas = { vetor3(373,875, 325,896, 102,566), vetor3(2557,458,382,282, 107,622), vetor3(-3038,939, 585,954, 6,908), vetor3(-1487,553, -379,107, 39,163), vetor3(1392,562, 3604,684, 33,980), vetor3(-2968,243,390,910, 14,043), vetor3(2678,916, 3280,671, 54,24), vetor3( -48,519, -1757,514, 28,421), vetor3(1163,373, -323,801, 68,205), vetor3( -707,501, -914,260, 18,215), vetor3(-1820,523,792,518, 137,118), vetor3(1698,388, 4924,404, 41,063), vetor3(1961,464, 3740,672, 31,343), vetor3(1135,808, -982,281, 45,415), vetor3( 25,88, -1347,1, 28,5), vetor3(547,431, 2671,710, 41.156), vetor3(-3241.927, 1001.462, 11.830), vetor3(1166.024, 2708.930, 37.157), vetor3(1729.216, 6414.131, 34.037), }, lojas_de_roupas = { vetor3(72.3, -1399.1, 28.4), vetor3(-703.8, -152.3, 36.4), vetor3(-167.9, -299.0, 38.7), vetor3(428.7, -800.1, 28.5), vetor3(-829.4, -1073.7, 10.3), vetor3(-1447.8, -242.5, 48.8), vetor3(11,6, 6514,2, 30,9), vetor3(123,6, -219,4, 53,6), vetor3(1696,3, 4829,3, 41,1), vetor3(618,1, 2759,6, 41,1), vetor3(1190,6, 2713,4, 37,2), vetor3(-1193,4, -772,3, 16,3), vetor3(-3172,5, 1048,1, 19,9), vetor3(-1108,4, 2708,9, 18,1) }, barbearias = { vetor3(-814,3, -183,8, 36,6), vetor3(136,8, -1708,4, 28,3), vetor3(-1282,6, -1116,8, 6,0), vetor3(1931,5, 3729,7, 31,8), vetor3(1212,8, -472,9, 65,2), vetor3(-32,9, -152,3, 56,1), vetor3(-278,1, 6228,5, 30,7) }, tattoo_shops = { vetor3(1322,6, -1651,9, 51,2), vetor3(-1153,6, -1425,6, 4,9), vetor3(322,1, 180,4, 103,5), vetor3(-3170,0, 1075,0, 20,8), vetor3(1864,6, 3747,7, 33,0), vector3(-293.7, 6200.0, 31.4) }, } Config.Notification = function(message, type, isServer, src) -- Você pode alterar aqui eventos para notificações if isServer then if Config.Framework == "esx" then TriggerClientEvent("esx:showNotification", src, message) else TriggerClientEvent('QBCore:Notify', src, message, type, 1500) end else if Config.Framework == "esx" then TriggerEvent("esx:showNotification", message) else TriggerEvent('QBCore:Notify', message, type, 1500) end end end Config.zoneNames = { AIRP = "Aeroporto Internacional de Los Santos", ALAMO = "Mar de Álamo", ALTA = "Alta", ARMYB = "Forte Zancudo", BANHAMC = "Banham Canyon", BANNING = "Banning", BAYTRE = "Baytree Canyon", BEACH = "Praia Vespucci", BHAMCA = "Banham Canyon", BRADP = "Passagem Braddock", BRADT = "Túnel Braddock", BURTON = "Burton", CALAFB = "Ponte Calafia", CANNY = "Raton Canyon", CCREAK = "Cassidy Creek", CHAMH = "Colinas Chamberlain", CHIL = "Colinas Vinewood", CHU = "Chumash", CMSW = "Chiliad Mountain State Wilderness", CYPRE = "Cypress Flats", DAVIS = "Davis", DELBE = "Praia Del Perro", DELPE = "Del Perro", DELSOL = "La Puerta", DESRT = "Deserto Grand Senora", DOWNT = "Centro", DTVINE = "Centro Vinewood", EAST_V = "East Vinewood", EBURO = "El Burro Heights", ELGORL = "Farol de El Gordo", ELYSIAN = "Ilha Elísia", GALFISH = "Galileia", GALLI = "Parque Galileu", golf = "GWC e Sociedade de Golfe", GRAPES = "Semente de uva", GREATC = "Grande Chaparral", HARMO = "Harmonia", HAWICK = "Hawick", HORS = "Pista de corrida de Vinewood", HUMLAB = "Laboratórios e pesquisa humanitária", JAIL = "Penitenciária de Bolingbroke", KOREAT = "Pequena Seul", LACT = "Reservatório Land Act", LAGO = "Lago Zancudo", LDAM = "Represa Land Act", LEGSQU = "Praça da Legião", LMESA = "La Mesa", LOSPUER = "La Puerta", MIRR = "Parque dos Espelhos", MORN = "Morningwood", MOVIE = "Richards Majestic", MTCHIL = "Montanha Chiliad", MTGORDO = "Monte Gordo", MTJOSE = "Monte Josiah", MURRI = "Murrieta Heights", NCHU = "North Chumash", NOOSE = "NOOSE", OCEANA = "Oceano Pacífico", PALCOV = "Paleto Cove", PALETO = "Paleto Bay", PALFOR = "Paleto Forest", PALHIGH = "Palomino Highlands", PALMPOW = "Palmer-Taylor Power Station", PBLUFF = "Pacific Bluffs", PBOX = "Pillbox Hill", PROCOB = "Procopio Beach", RANCHO = "Rancho", RGLEN = "Richman Glen", RICHM = "Richman", ROCKF = "Rockford Hills", RTRAK = "Redwood Lights Track", SanAnd = "San Andreas", SANCHIA = "Cordilheira de San Chianski", SANDY = "Sandy Shores", SKID = "Missão Row", SLAB = "Stab City", STAD = "Maze Bank Arena", STRAW = "Strawberry", TATAMO = "Tataviam Mountains", TERMINA = "Terminal", TEXTI = "Textile City", TONGVAH = "Tongva Hills", TONGVAV = "Tongva Valley", VCANA = "Vespucci Canals", VESP = "Vespucci", VINE = "Vinewood", WINDF = "Ron Alternates Parque Eólico", WVINE = "West Vinewood", ZANCUDO = "Rio Zancudo", ZP_ORT = "Porto Sul de Los Santos", ZQ_UAR = "Davis Quartz" }
Você precisa fazer logged in para enviar uma avaliação.










Avaliações
Não há avaliações ainda.