{"id":159750,"date":"2024-10-02T13:05:27","date_gmt":"2024-10-02T11:05:27","guid":{"rendered":"https:\/\/hifivem.com\/?post_type=product&#038;p=159750"},"modified":"2025-09-05T15:29:27","modified_gmt":"2025-09-05T13:29:27","slug":"scripts-brutaux-de-latelier-de-vehicules-fivem","status":"publish","type":"product","link":"https:\/\/fivemx.com\/fr\/fivem-vehicle-shop-brutal-scripts\/","title":{"rendered":"Atelier de v\u00e9hicules FiveM (scripts brutaux)"},"content":{"rendered":"<p><iframe title=\"FiveM Vehicle Shop [ESX &amp; QBCore] | Brutal Scripts\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/6eBRlT6qC34?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h2>Config file<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n----------------------------------------------------------------------------------------------\r\n----------------------------------| BRUTAL VEHICLE SHOP :) |----------------------------------\r\n----------------------------------------------------------------------------------------------\r\n\r\n--[[\r\n\r\nHi, thank you for buying our script, We are very grateful!\r\n\r\nFor help join our Discord server:     https:\/\/discord.gg\/85u2u5c8q9\r\nMore informations about the script:   https:\/\/docs.brutalscripts.com\r\n\r\n--]]\r\n\r\nConfig = {} -- Don't touch it\r\n\r\nConfig['Core'] = 'ESX'  -- ESX \/ QBCore  | Other core setting on the 'core' folder\r\n\r\n-- You can add your own notify here &gt;&gt; cl_utils.lua\r\n\r\nConfig['VehicleShops'] = {\r\n    -- Discord Webhook config in 'webhook.lua'\r\n    ['MoneyForm'] = '$',  -- Please add your server money form | EXAMPLES: '$', '\u20ac', 'Ft', 'Lira', etc.\r\n    ['Plate'] = 'LLL NNN',  -- L = Letter, N = Number, ' ' = SPACE | Maximum 8 character!!! Examples: 'LL NN LL', 'NN', 'LNLN' | Edit as you like\r\n    ['TestDrive'] = {Use = true, price = 5000, time = 60},  -- Test drive config\r\n    ['TestDriveCancel'] = {Use = true, command = 'cancel', Suggestion = 'Use the command to end the test drive'},  -- Testdrive command | true \/ false | command = 'COMMAND' | Suggestion = Chat label, to turn off: set ''\r\n    ['TestDriveRevive'] = true,  -- Revive a player if he died during vehicle testing\r\n    ['Metric'] = 'KMH', -- KMH \/ MPH\r\n    ['UseScreenBlur'] = true,  -- true \/ false | Want to use Screen Blur?\r\n    ['MenuOpenKey'] = 38,  -- More controls: https:\/\/docs.fivem.net\/docs\/game-references\/controls\/\r\n    ['MaxVehiclesSpeed'] = 400, -- Max speed a vehicle can go at (it is only used for UI purposes, it does NOT change the speed of a vehicle)\r\n    ['ColourExtraMoney'] = 2500, -- PRICE \/ false | The extra money what you have to pay if your car's color isn't black or white\r\n    \r\n    ['Tunings'] = {  -- Vehicle tunings\r\n        ['Exist'] = true,  -- Want to use? | true \/ false\r\n        ['Engine'] = {false, 15000, 2},  -- true\/false, price\/level , The maximum value of tuning you want to be able to put into the vehicle\r\n        ['Brakes'] = {false, 8000, 5},\r\n        ['Turbo'] = {false, 50000},\r\n        ['Xeon'] = {true, 500},\r\n        ['Livery'] = {true, 10000},\r\n    },\r\n    \r\n    ['UseColorGTAID'] = false, -- Will set the vehicle color based on the color ID: https:\/\/wiki.rage.mp\/index.php?title=Vehicle_Colors\r\n    ['Colours'] = {  -- Vehicle Colours | You can't add more! (Only 10)\r\n        [1] = {255, 255, 255, GTAID = 134},  -- R, G, B, GTA COLOUR | The GTA color is used by the script if ['UseColorGTAID'] is true\r\n        [2] = {0, 0, 0, GTAID = 0},\r\n        [3] = {150, 150, 150, GTAID = 4},      \r\n        [4] = {255, 0, 0, GTAID = 27},\r\n        [5] = {255, 150, 0, GTAID = 41},        \r\n        [6] = {255, 230, 0, GTAID = 89},\r\n        [7] = {0, 255, 0, GTAID = 55},          \r\n        [8] = {0, 0, 255, GTAID = 79},\r\n        [9] = {76, 0, 255, GTAID = 145},         \r\n        [10] = {255, 0, 255, GTAID = 137},\r\n    },\r\n    \r\n    ['Shops'] = {\r\n        --------------------------------------------------------------------------\r\n        -----------------------------| VEHICLE SHOP |-----------------------------\r\n        --------------------------------------------------------------------------\r\n\r\n        ['Vehicle Shop'] = {\r\n            ['Use'] = true,  -- Want to use this shop? | true \/ false\r\n            ['Coords'] = { x = -43.0507, y = -1104.0652, z = 26.4223}, -- Shop possition\r\n            ['TextDistance'] = 1.3,  -- Open Menu Distance\r\n            ['Marker'] = {Distance = 15, Sprite = 36, Rotation = true, UpAndDown = false, Brightness = 100, r = 260, g = 40, b = 40},  -- More sprites: https:\/\/docs.fivem.net\/docs\/game-references\/markers\/\r\n            ['Cam'] = {x = -46.4095, y = -1102.0146, z = 27.2223, rotation = {-15.0,0.0,-20} },  -- Shop camera position\r\n            ['PreviewVehicle'] = {x = -44.4230, y = -1096.9951, z = 26.4223, heading = 158.5431-45},  -- Preview vehicle position\r\n            ['SpawnCoords'] = {x = -24.8248, y = -1082.5984, z = 26.6334, heading = 70.1315},  -- Vehicle Spawn Coords\r\n            ['TestCoords'] = {x = -1695.7524, y = -2840.3235, z = 13.9444, heading = 328.2468},  -- Vehicle Test Coords\r\n            ['Blip'] = {Use = true, colour = 0, label = 'Vehicle Shop', size = 0.8, sprite = 225 }, -- Blip config\r\n            ['SeveralCategorys'] = true,  -- Want to use Categorys in this Shop? | true \/ false (If false, the first category will appear only)\r\n            ['Caregorys'] = {  -- You can add endless amount of cagerorys\r\n                {\r\n                    title = \"Super Sport\",  -- Category name\r\n                    vehicles = {\r\n                        {model = \"adder\", label = \"Adder\", price = 900000, type = 'car'},  -- model = vehicle model, label = Vehicle Label, price = Vehicle Price, type = Vehicle type ('boat', 'car', 'heli', 'plane', etc.)\r\n                        {model = \"zentorno\", label = \"Zentorno\", price = 765000, type = 'car'},\r\n                        {model = \"cheetah\", label = \"Cheetah\", price = 375000, type = 'car'},\r\n                        {model = \"zeno\", label = \"Zeno\", price = 560000, type = 'car'},\r\n                        {model = \"visione\", label = \"Visione\", price = 640000, type = 'car'},\r\n                        {model = \"champion\", label = \"Champion\", price = 200000, type = 'car'},\r\n                        {model = \"ignus\", label = \"Ignus\", price = 330000, type = 'car'},\r\n                        {model = \"tigon\", label = \"Tigon\", price = 265000, type = 'car'},\r\n                        {model = \"furia\", label = \"Furia\", price = 399000, type = 'car'},\r\n                        {model = \"krieger\", label = \"Krieger\", price = 534000, type = 'car'},\r\n                        {model = \"emerus\", label = \"Emerus\", price = 760000, type = 'car'},\r\n                        {model = \"thrax\", label = \"Thrax\", price = 1000000, type = 'car'},\r\n                        {model = \"autarch\", label = \"Autarch\", price = 1500000, type = 'car'},\r\n                        {model = \"vagner\", label = \"Vagner\", price = 489000, type = 'car'},\r\n                        {model = \"tempesta\", label = \"Tempesta\", price = 345000, type = 'car'},\r\n                        {model = \"tyrus\", label = \"Tyrus\", price = 850000, type = 'car'},\r\n                        {model = \"reaper\", label = \"Reaper\", price = 120000, type = 'car'},\r\n                        {model = \"fmj\", label = \"FMJ\", price = 280000, type = 'car'},\r\n                        {model = \"t20\", label = \"T20\", price = 530000, type = 'car'},\r\n                        {model = \"osiris\", label = \"Osiris\", price = 267000, type = 'car'},\r\n                        {model = \"banshee\", label = \"Banshee\", price = 150000, type = 'car'},\r\n                        {model = \"vacca\", label = \"Vacca\", price = 270000, type = 'car'},\r\n                        {model = \"infernus\", label = \"Infernus\", price = 190000, type = 'car'}\r\n\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Sedans\",\r\n                    vehicles = {\r\n                        {model = \"ingot\", label = \"Ingot\", price = 13400, type = 'car'},\r\n                        {model = \"premier\", label = \"Premier\", price = 23000, type = 'car'},\r\n                        {model = \"regina\", label = \"Regina\", price = 16000, type = 'car'},\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Compats\",\r\n                    vehicles = {\r\n                        {model = \"asbo\", label = \"Asbo\", price = 8000, type = 'car'},\r\n                        {model = \"hellion\", label = \"Hellion\", price = 29000, type = 'car'},\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Muscle\",\r\n                    vehicles = {\r\n                        {model = \"vamos\", label = \"Vamos\", price = 50000, type = 'car'},\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Suvs\",\r\n                    vehicles = {\r\n                        {model = \"rocoto\", label = \"Rocoto\", price = 76000, type = 'car'},\r\n                        {model = \"mesa\", label = \"Mesa\", price = 100000, type = 'car'},\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Off Road\",\r\n                    vehicles = {\r\n                        {model = \"brawler\", label = \"Brawler\", price = 99000, type = 'car'},\r\n                        {model = \"guardian\", label = \"Guardian\", price = 160000, type = 'car'},\r\n                    }\r\n                },\r\n                {\r\n                    title = \"Vans\",\r\n                    vehicles = {\r\n                        {model = \"speedo\", label = \"Speedo\", price = 70000, type = 'car'},\r\n                    }\r\n                },\r\n                -- You can add more categorys...\r\n            }\r\n        },\r\n        --------------------------------------------------------------------------\r\n        ------------------------------| BOAT SHOP |-------------------------------\r\n        --------------------------------------------------------------------------\r\n        ['Boat Shop'] = {\r\n            ['Use'] = true,\r\n            ['Coords'] = { x = -713.2616, y = -1297.8879, z = 5.1019},\r\n            ['TextDistance'] = 1.3,\r\n            ['Marker'] = {Distance = 15, Sprite = 35, Rotation = true, UpAndDown = false, Brightness = 100, r = 260, g = 40, b = 40},\r\n            ['Cam'] = {x = -729.3079, y = -1357.8542, z = 4.9027, rotation = {-15.0,0.0,-40} },\r\n            ['PreviewVehicle'] = {x = -719.5148, y = -1347.1199, z = 0.5714, heading = 140.7528-45},\r\n            ['SpawnCoords'] = {x = -723.5148, y = -1351.1199, z = 0.5714, heading = 140.7528},\r\n            ['TestCoords'] = {x = -853.1735, y = -1544.8879, z = 0.6218, heading = 135.6689},\r\n            ['Blip'] = {Use = true, colour = 0, label = 'Boat Shop', size = 0.8, sprite = 427 },\r\n            ['SeveralCategorys'] = false, \r\n            ['Caregorys'] = {\r\n                {\r\n                    title = \"Boats\",\r\n                    vehicles = {\r\n                        {model = \"seashark\", label = \"Seashark\", price = 160000, type = 'boat'},\r\n                        {model = \"speeder\", label = \"Speeder\", price = 230000, type = 'boat'},\r\n                        {model = \"dinghy\", label = \"Dinghy\", price = 340000, type = 'boat'},\r\n                        {model = \"toro\", label = \"Toro\", price = 2000000, type = 'boat'},\r\n                    }\r\n                },\r\n            }\r\n        },\r\n        --------------------------------------------------------------------------\r\n        -----------------------| PLANE AND HELICOPTER SHOP |----------------------\r\n        --------------------------------------------------------------------------\r\n        ['Plane &amp; Helicopter Shop'] = {\r\n            ['Use'] = true,\r\n            ['Coords'] = { x = -711.2363, y = -1459.9780, z = 5.0005},\r\n            ['TextDistance'] = 1.3,\r\n            ['Marker'] = {Distance = 15, Sprite = 34, Rotation = true, UpAndDown = false, Brightness = 100, r = 260, g = 40, b = 40},\r\n            ['Cam'] = {x = -718.8840, y = -1436.9779, z = 7.0005, rotation = {-17.0,0.0,140} },\r\n            ['PreviewVehicle'] = {x = -724.7278, y = -1444.2869, z = 5.0005, heading = 320.7925-45},\r\n            ['SpawnCoords'] = {x = -750.1570, y = -1444.5887, z = 5.0005, heading = 228.2726},\r\n            ['TestCoords'] = {x = -745.8632, y = -1469.1633, z = 5.0004, heading = 323.0506},\r\n            ['Blip'] = {Use = true, colour = 0, label = 'Plane &amp; Helicopter Shop', size = 0.8, sprite = 64 },\r\n            ['SeveralCategorys'] = false,\r\n            ['Caregorys'] = {\r\n                {\r\n                    title = \"Plane &amp; Helicopter\",\r\n                    vehicles = {\r\n                        {model = \"volatus\", label = \"Volatus\", price = 10000000, type = 'heli'},\r\n                        {model = \"havok\", label = \"Havok\", price = 4900000, type = 'heli'},\r\n                    }\r\n                },\r\n            }\r\n        },\r\n\r\n        -- You can add more Shop\r\n    },\r\n\r\n    ['UseVehicleSell'] = true,  -- Want to use the Vehicle Sell function? true \/ false\r\n    ['VehicleSellPercentage'] = 50,\r\n\r\n    --------------------------------------------------------------------------\r\n    ------------------------------| TRANSLATE |-------------------------------\r\n    --------------------------------------------------------------------------\r\n\r\n    ['OpenShop'] = 'Press [E] to Open Menu',\r\n\r\n    ['TestNotify'] = {'Vehicle Test', 'You have', 'second to test the Vehicle!', 'Cancel command: \/'},\r\n    ['BuyNotify'] = {'Vehicle Purchase', 'You have bought a(n)', 'with', 'plate!'},\r\n    ['SellNotify'] = {'Get in that vehicle which you want to sell&lt;br&gt;You have 30 sec to get in the vehicle!'},\r\n\r\n    ['Notify'] = { \r\n        [1] = {\"Vehicle Shop\", \"You don't have enought money!\", 5000, \"error\"},  -- Type, Label, Time | 1000 = 1 sec\r\n        [2] = {\"Vehicle Shop\", \"The spawn space is not empty!\", 5000, \"error\"},\r\n        [3] = {\"Vehicle Shop\", \"You are already testing a vehicle!\", 5000, \"error\"},\r\n        [4] = {\"Vehicle Shop\", \"This vehicle model does not exist!\", 5000, \"error\"},\r\n        [5] = {\"Vehicle Shop\", \"This is not your vehicle!\", 5000, \"error\"},\r\n        [6] = {\"Vehicle Shop\", \"You have successfully sold your vehicle!\", 5000, \"success\"},\r\n        [7] = {\"Vehicle Shop\", \"You can't be in the vehicle!\", 5000, \"error\"},\r\n    },\r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Script d&#039;atelier de v\u00e9hicules Brutal Scripts, compatible avec tous les frameworks : ESX &amp; QBCore !<\/p>\n<p>Version mod officielle pour fivemX.com<\/p>","protected":false},"featured_media":159752,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2905],"product_cat":[96,512,2907,511],"product_tag":[],"class_list":["post-159750","product","type-product","status-publish","has-post-thumbnail","product_brand-brutal-scripts","product_cat-esx-scripts","product_cat-qbcore-scripts","product_cat-qbox-scripts","product_cat-standalone-scripts","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product\/159750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/comments?post=159750"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/159752"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=159750"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_brand?post=159750"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_cat?post=159750"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_tag?post=159750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}