{"id":181642,"date":"2025-03-12T10:36:00","date_gmt":"2025-03-12T09:36:00","guid":{"rendered":"https:\/\/fivemx.com\/?post_type=product&#038;p=181642"},"modified":"2025-12-24T07:29:57","modified_gmt":"2025-12-24T06:29:57","slug":"salle-de-sport-brutale","status":"publish","type":"product","link":"https:\/\/fivemx.com\/fr\/brutal-gym\/","title":{"rendered":"Salle de sport brutale"},"content":{"rendered":"<p><iframe title=\"FiveM GYM with SKILL SYSTEM [ESX &amp; QBCore\/QBOX] | Brutal Scripts\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/AuZBe4Y2jvk?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<p>Config:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n-- You can add your own notify here &gt;&gt; [gym-cl_utils.lua]\r\n\r\nConfig = {\r\n    DeveloperMode = false, -- Developer mode (for support)\r\n\r\n    Core = 'ESX',  -- ESX \/ QBCORE  | Other core setting on the 'core' folder\r\n    BrutalNotify = true, -- Buy here: (4\u20ac+VAT) https:\/\/store.brutalscripts.com | Or set up your own notify &gt;&gt; cl_utils.lua\r\n    MINIGAME = false,  -- Download here: https:\/\/github.com\/firestix77\/taskbarskill   (You can edit in the [gym-cl_utils.lua])\r\n    GYMDistance = 60,  -- This is the distance from which membership is broken\r\n    PressKey = 38,  -- If you want to change: https:\/\/docs.fivem.net\/docs\/game-references\/controls\/\r\n\r\n    DisableControls = {}, -- These controls will blocked during the exercises\r\n    ShootWeponsBlackList = {'WEAPON_PETROLCAN'},\r\n\r\n    Skills = {\r\n        SkillMenu = {Label = 'Brutal Skill Menu', Command = 'skillmenu', Control = 'DELETE'},  -- SETTINGS &gt; KEYBINDINGS\r\n        SkillNotifyTime = 5000, -- in milisec | 1000 = 1 sec\r\n        SaveFrequency = 5, -- in minutes | Save in the SQL after that time\r\n        RemoveTime = 10,  -- in munites | Remove one skill from player after that time\r\n\r\n        SprintSpeedIncrease = 'MEDIUM', -- ('FAST', 'MEDIUM', 'SLOWLY') At what rate should you increase the run speed?\r\n        SwimSpeedIncrease = 'MEDIUM', -- ('FAST', 'MEDIUM', 'SLOWLY') At what rate should you increase the swimming speed?\r\n\r\n        SkillTypes = {\r\n            -- \u2b07\ufe0f DO not edit this FIRST element! [You can edit the Skill Name with the Label]\r\n            ['Stamina']  = {Use = true, Label = 'Stamina', Color = 'rgb(24, 191, 238)', Description = 'Affects ability to sprint, cycle and swim, Max stamina is unlimited stamina.'},\r\n            ['Running']  = {Use = true, Label = 'Running', Color = 'rgb(24, 237, 148)', Description = 'Increases running speed. This brings a number of benefits.'},\r\n            ['Driving']  = {Use = true, Label = 'Driving', Color = 'rgb(198, 237, 24)', Description = 'Increase vehicle handling, control wheelies better, increases control of veicle while in the air.'},\r\n            ['Strength'] = {Use = true, Label = 'Strength', Color = 'rgb(237, 24, 24)', Description = 'Increases melee ability, increases speed on ladders\/climbing, increases proficiency in sports, reduces demage taken.'},\r\n            ['Swimming'] = {Use = true, Label = 'Swimming', Color = 'rgb(52, 24, 237)', Description = 'Increases the lung capacity, you can stay underwater longer.'},\r\n            ['Shooting'] = {Use = true, Label = 'Shooting', Color = 'rgb(212, 24, 237)', Description = 'Increases accuracy, reduces recoil of guns, increases ammo capacity.'},\r\n        }\r\n    },\r\n\r\n    Exersices = {\r\n        -- Only use these [Stamina \/ Running \/ Driving \/ Strength \/ Swimming \/ Shooting] to the skill value.\r\n        ['running'] = {label = \"Running\", anim = \"running\", time = 30, skill = 'Running'},\r\n        ['pushups'] = {label = \"Pushups\", anim = \"pushups\", time = 30, skill = 'Strength'},\r\n        ['situps'] = {label = \"Situps\", anim = \"situps\", time = 30, skill = 'Stamina'},\r\n        ['weightlifting'] = {label = \"Weightlifting\", anim = \"world_human_muscle_free_weights\", time = 30, skill = 'Strength'},\r\n        ['yoga'] = {label = \"Yoga\", anim = \"world_human_yoga\", time = 30, skill = 'Stamina'},\r\n        ['pullup'] = {label = \"Pullup\", anim = \"prop_human_muscle_chin_ups\", time = 30, skill = 'Strength'},\r\n        -- You can add more...\r\n    },\r\n    \r\n    Gyms = {\r\n        ['Beach GYM'] = {\r\n            ItemRequired = {Use = false, Item = '', Time = 30, RemoveItem = false},\r\n            Distances = {Marker = 10, Text = 1.0},\r\n            GYMCoords = { x = -1200.3149, y = -1568.4581, z = 4.6123},\r\n            Marker = { Distance = 15, Sprite = 30, Rotation = true, UpAndDown = false, Brightness = 100, r = 240, g = 221, b = 12, sizes = {x = 0.25, y = 0.3, z = 0.3}},  -- More sprites: https:\/\/docs.fivem.net\/docs\/game-references\/markers\/\r\n            Blip = { Use = true, colour = 33, size = 1.1, sprite = 311 },\r\n            Exersices = {\r\n                [1]  = { type = 'weightlifting', x = -1197.0083, y = -1573.0277, z = 4.6125, heading = 29.5812},\r\n                [2]  = { type = 'weightlifting', x = -1210.0604, y = -1561.3734, z = 4.6080, heading = 76.0602},\r\n                [3]  = { type = 'pullup', x = -1204.6512, y = -1564.4742, z = 4.6096, heading = 36.2476},\r\n                [4]  = { type = 'pullup', x = -1200.1077, y = -1570.9010, z = 4.6097, heading = 216.9520},\r\n                [5]  = { type = 'yoga', x = -1204.6547, y = -1560.7797, z = 4.6143, heading = 35.4453},\r\n                [6]  = { type = 'pushups', x = -1207.3629, y = -1565.8481, z = 4.6080, heading = 125.5502},\r\n                [7]  = { type = 'situps', x = -1202.0811, y = -1567.2975, z = 4.6106,heading =  209.7822},\r\n                -- You can add more...\r\n            }\r\n        },\r\n        \r\n        ['City GYM'] = {\r\n            ItemRequired = {Use = false, Item = 'gym_membership', Time = 15, RemoveItem = true},\r\n            Distances = {Marker = 10, Text = 1.0},\r\n            GYMCoords = { x = -1263.9678, y = -360.9280, z = 36.9944},\r\n            Marker = { Distance = 15, Sprite = 30, Rotation = true, UpAndDown = false, Brightness = 100, r = 260, g = 40, b = 40, sizes = {x = 0.25, y = 0.3, z = 0.3}},  -- More sprites: https:\/\/docs.fivem.net\/docs\/game-references\/markers\/\r\n            Blip = { Use = true, colour = 1, size = 1.1, sprite = 311 },\r\n            Exersices = {\r\n                [1]  = { type = 'weightlifting', x = -1269.4681, y = -362.2640, z = 36.9837, heading = 114.9331},\r\n                [2]  = { type = 'weightlifting', x = -1267.5681, y = -365.8660, z = 36.9837, heading = 111.7152},\r\n                [3]  = { type = 'pullup', x = -1256.8202, y = -358.4193, z = 36.9595, heading = 115.7973},\r\n                [4]  = { type = 'pullup', x = -1258.6047, y = -355.1523, z = 36.9596, heading = 157.1221},\r\n                [5]  = { type = 'yoga', x = -1270.4337, y = -359.4362, z = 36.9596, heading = 265.9220},\r\n                [6]  = { type = 'pushups', x = -1262.6473, y = -359.7602, z = 36.9948, heading = 118.7721},\r\n                [7]  = { type = 'pushups', x = -1261.6625, y = -361.5224, z = 36.9948, heading = 114.4993},\r\n                [8]  = { type = 'situps', x = -1266.0231, y = -356.7149, z = 36.9596, heading = 208.9295},\r\n                [9]  = { type = 'situps', x = -1263.2084, y = -355.0845, z = 36.9596, heading = 205.2904},\r\n                [10] = { type = 'running', x = -1263.5249, y = -369.5938, z = 37.1113, heading = 213.0987},\r\n                [11] = { type = 'running', x = -1260.6754, y = -368.0751, z = 37.1124, heading = 213.4567},\r\n                [12] = { type = 'running', x = -1257.7607, y = -366.3998, z = 37.1116, heading = 208.1506},\r\n                -- You can add more...\r\n            }\r\n        },\r\n\r\n        ['Prison GYM'] = {\r\n            ItemRequired = {Use = false, Item = 'gym_membership', Time = 15, RemoveItem = true},\r\n            Distances = {Marker = 10, Text = 1.0},\r\n            GYMCoords = { x = 1747.8870, y = 2544.0845, z = 43.5854},\r\n            Marker = { Distance = 15, Sprite = 30, Rotation = true, UpAndDown = false, Brightness = 100, r = 260, g = 40, b = 40, sizes = {x = 0.25, y = 0.3, z = 0.3}},  -- More sprites: https:\/\/docs.fivem.net\/docs\/game-references\/markers\/\r\n            Blip = { Use = false, colour = 1, size = 1.1, sprite = 311 },\r\n            Exersices = {\r\n                [1]  = { type = 'weightlifting', x = 1746.9486, y = 2543.9863, z = 43.5855, heading = 100.8497},\r\n                [2]  = { type = 'weightlifting', x = 1748.1990, y = 2541.6675, z = 43.5855, heading = 111.0449},\r\n                [3]  = { type = 'pushups', x = 1739.7616, y = 2541.2312, z = 43.5855, heading = 206.0246},\r\n                [4]  = { type = 'pushups', x = 1742.0660, y = 2537.2927, z = 43.5855, heading = 32.1690},\r\n                [5]  = { type = 'situps', x = 1751.0808, y = 2536.8789, z = 43.5855, heading = 24.3098},\r\n                [6]  = { type = 'situps', x = 1752.6005, y = 2537.6794, z = 43.5855, heading = 24.3307},\r\n                -- You can add more...\r\n            }\r\n        },\r\n\r\n        -- You can add more GYM's...\r\n    },\r\n    \r\n\r\n    -----------------------------------------------------------\r\n    -----------------------| TRANSLATE |-----------------------\r\n    -----------------------------------------------------------\r\n\r\n    Text3D = {'To~r~', '~w~press ~w~[~g~E~w~]'}, \r\n\r\n    Notify = {\r\n        [1] = {'Brutal GYM', \"You don't have GYM card!\", 5000, 'error'},\r\n        [2] = {'Brutal GYM', \"The time is up!\", 5000, 'warning'},\r\n        [3] = {'Brutal GYM', \"You left the GYM!\", 5000, 'warning'},\r\n        [4] = {'Brutal GYM', \"You can not do this in a vehicle!\", 5000, 'error'},\r\n    }\r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ceci est un script de gym pour FiveM<\/p>\n<p>MLO\u00a0: (GRATUIT)\u00a0: https:\/\/www.gta5-mods.com\/maps\/mlo-pump-run-gym-add-on-sp-fivem-ragemp<br \/>\nMais vous pouvez \u00e9galement utiliser un autre MLO<\/p>","protected":false},"featured_media":181643,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2905],"product_cat":[96,1897,512,2907,511],"product_tag":[2863],"class_list":["post-181642","product","type-product","status-publish","has-post-thumbnail","product_brand-brutal-scripts","product_cat-esx-scripts","product_cat-minigames","product_cat-qbcore-scripts","product_cat-qbox-scripts","product_cat-standalone-scripts","product_tag-gym","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product\/181642","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=181642"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/181643"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=181642"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_brand?post=181642"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_cat?post=181642"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_tag?post=181642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}