
Underground Operations: Criminal Enterprise & Mining
$69.00 Ursprünglicher Preis war: $69.00$32.00Aktueller Preis ist: $32.00.

Audio Speaker Script
$40.99 Ursprünglicher Preis war: $40.99$18.99Aktueller Preis ist: $18.99.
Brutal Gym
$25.00 Ursprünglicher Preis war: $25.00$15.00Aktueller Preis ist: $15.00.
This is a gym script for FiveM
MLO: (FREE): https://www.gta5-mods.com/maps/mlo-pump-run-gym-add-on-sp-fivem-ragemp
But you can use an another mlo too
$ USD
-
$ USD
-
€ EUR
-
£ GBP
-
$ AUD
-
R$ BRL
-
CHF CHF
-
¥ JPY
-
Instant Download
-
Satisfaction Guarantee
-
100% Open Source
-
Works out-of-the-box
Beschreibung
Config:
-- You can add your own notify here >> [gym-cl_utils.lua] Config = { DeveloperMode = false, -- Developer mode (for support) Core = 'ESX', -- ESX / QBCORE | Other core setting on the 'core' folder BrutalNotify = true, -- Buy here: (4€+VAT) https://store.brutalscripts.com | Or set up your own notify >> cl_utils.lua MINIGAME = false, -- Download here: https://github.com/firestix77/taskbarskill (You can edit in the [gym-cl_utils.lua]) GYMDistance = 60, -- This is the distance from which membership is broken PressKey = 38, -- If you want to change: https://docs.fivem.net/docs/game-references/controls/ DisableControls = {}, -- These controls will blocked during the exercises ShootWeponsBlackList = {'WEAPON_PETROLCAN'}, Skills = { SkillMenu = {Label = 'Brutal Skill Menu', Command = 'skillmenu', Control = 'DELETE'}, -- SETTINGS > KEYBINDINGS SkillNotifyTime = 5000, -- in milisec | 1000 = 1 sec SaveFrequency = 5, -- in minutes | Save in the SQL after that time RemoveTime = 10, -- in munites | Remove one skill from player after that time SprintSpeedIncrease = 'MEDIUM', -- ('FAST', 'MEDIUM', 'SLOWLY') At what rate should you increase the run speed? SwimSpeedIncrease = 'MEDIUM', -- ('FAST', 'MEDIUM', 'SLOWLY') At what rate should you increase the swimming speed? SkillTypes = { -- ⬇️ DO not edit this FIRST element! [You can edit the Skill Name with the Label] ['Stamina'] = {Use = true, Label = 'Stamina', Color = 'rgb(24, 191, 238)', Description = 'Affects ability to sprint, cycle and swim, Max stamina is unlimited stamina.'}, ['Running'] = {Use = true, Label = 'Running', Color = 'rgb(24, 237, 148)', Description = 'Increases running speed. This brings a number of benefits.'}, ['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.'}, ['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.'}, ['Swimming'] = {Use = true, Label = 'Swimming', Color = 'rgb(52, 24, 237)', Description = 'Increases the lung capacity, you can stay underwater longer.'}, ['Shooting'] = {Use = true, Label = 'Shooting', Color = 'rgb(212, 24, 237)', Description = 'Increases accuracy, reduces recoil of guns, increases ammo capacity.'}, } }, Exersices = { -- Only use these [Stamina / Running / Driving / Strength / Swimming / Shooting] to the skill value. ['running'] = {label = "Running", anim = "running", time = 30, skill = 'Running'}, ['pushups'] = {label = "Pushups", anim = "pushups", time = 30, skill = 'Strength'}, ['situps'] = {label = "Situps", anim = "situps", time = 30, skill = 'Stamina'}, ['weightlifting'] = {label = "Weightlifting", anim = "world_human_muscle_free_weights", time = 30, skill = 'Strength'}, ['yoga'] = {label = "Yoga", anim = "world_human_yoga", time = 30, skill = 'Stamina'}, ['pullup'] = {label = "Pullup", anim = "prop_human_muscle_chin_ups", time = 30, skill = 'Strength'}, -- You can add more... }, Gyms = { ['Beach GYM'] = { ItemRequired = {Use = false, Item = '', Time = 30, RemoveItem = false}, Distances = {Marker = 10, Text = 1.0}, GYMCoords = { x = -1200.3149, y = -1568.4581, z = 4.6123}, 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/ Blip = { Use = true, colour = 33, size = 1.1, sprite = 311 }, Exersices = { [1] = { type = 'weightlifting', x = -1197.0083, y = -1573.0277, z = 4.6125, heading = 29.5812}, [2] = { type = 'weightlifting', x = -1210.0604, y = -1561.3734, z = 4.6080, heading = 76.0602}, [3] = { type = 'pullup', x = -1204.6512, y = -1564.4742, z = 4.6096, heading = 36.2476}, [4] = { type = 'pullup', x = -1200.1077, y = -1570.9010, z = 4.6097, heading = 216.9520}, [5] = { type = 'yoga', x = -1204.6547, y = -1560.7797, z = 4.6143, heading = 35.4453}, [6] = { type = 'pushups', x = -1207.3629, y = -1565.8481, z = 4.6080, heading = 125.5502}, [7] = { type = 'situps', x = -1202.0811, y = -1567.2975, z = 4.6106,heading = 209.7822}, -- You can add more... } }, ['City GYM'] = { ItemRequired = {Use = false, Item = 'gym_membership', Time = 15, RemoveItem = true}, Distances = {Marker = 10, Text = 1.0}, GYMCoords = { x = -1263.9678, y = -360.9280, z = 36.9944}, 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/ Blip = { Use = true, colour = 1, size = 1.1, sprite = 311 }, Exersices = { [1] = { type = 'weightlifting', x = -1269.4681, y = -362.2640, z = 36.9837, heading = 114.9331}, [2] = { type = 'weightlifting', x = -1267.5681, y = -365.8660, z = 36.9837, heading = 111.7152}, [3] = { type = 'pullup', x = -1256.8202, y = -358.4193, z = 36.9595, heading = 115.7973}, [4] = { type = 'pullup', x = -1258.6047, y = -355.1523, z = 36.9596, heading = 157.1221}, [5] = { type = 'yoga', x = -1270.4337, y = -359.4362, z = 36.9596, heading = 265.9220}, [6] = { type = 'pushups', x = -1262.6473, y = -359.7602, z = 36.9948, heading = 118.7721}, [7] = { type = 'pushups', x = -1261.6625, y = -361.5224, z = 36.9948, heading = 114.4993}, [8] = { type = 'situps', x = -1266.0231, y = -356.7149, z = 36.9596, heading = 208.9295}, [9] = { type = 'situps', x = -1263.2084, y = -355.0845, z = 36.9596, heading = 205.2904}, [10] = { type = 'running', x = -1263.5249, y = -369.5938, z = 37.1113, heading = 213.0987}, [11] = { type = 'running', x = -1260.6754, y = -368.0751, z = 37.1124, heading = 213.4567}, [12] = { type = 'running', x = -1257.7607, y = -366.3998, z = 37.1116, heading = 208.1506}, -- You can add more... } }, ['Prison GYM'] = { ItemRequired = {Use = false, Item = 'gym_membership', Time = 15, RemoveItem = true}, Distances = {Marker = 10, Text = 1.0}, GYMCoords = { x = 1747.8870, y = 2544.0845, z = 43.5854}, 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/ Blip = { Use = false, colour = 1, size = 1.1, sprite = 311 }, Exersices = { [1] = { type = 'weightlifting', x = 1746.9486, y = 2543.9863, z = 43.5855, heading = 100.8497}, [2] = { type = 'weightlifting', x = 1748.1990, y = 2541.6675, z = 43.5855, heading = 111.0449}, [3] = { type = 'pushups', x = 1739.7616, y = 2541.2312, z = 43.5855, heading = 206.0246}, [4] = { type = 'pushups', x = 1742.0660, y = 2537.2927, z = 43.5855, heading = 32.1690}, [5] = { type = 'situps', x = 1751.0808, y = 2536.8789, z = 43.5855, heading = 24.3098}, [6] = { type = 'situps', x = 1752.6005, y = 2537.6794, z = 43.5855, heading = 24.3307}, -- You can add more... } }, -- You can add more GYM's... }, ----------------------------------------------------------- -----------------------| TRANSLATE |----------------------- ----------------------------------------------------------- Text3D = {'To~r~', '~w~press ~w~[~g~E~w~]'}, Notify = { [1] = {'Brutal GYM', "You don't have GYM card!", 5000, 'error'}, [2] = {'Brutal GYM', "The time is up!", 5000, 'warning'}, [3] = {'Brutal GYM', "You left the GYM!", 5000, 'warning'}, [4] = {'Brutal GYM', "You can not do this in a vehicle!", 5000, 'error'}, } }
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
How to install
Slap Mods onto Your FiveM Server Like a Pro
Alright, listen up, you want to get those sweet mods onto your FiveM server, right?Tired of the same old boring server and want to spice things up with custom cars, scripts, or maps?Let's get this sorted.Installing mods on FiveM is how you level up your server from basic to banging.It's easier than you think, even if you're not a tech wizard.This guide will walk you through it step by step, no jargon, just straight-up instructions to get your server looking and playing exactly how you want.Step 1: Snag Your Mod - Find the Goodies
First things first, you need to find the mods you actually want.Think of it like going shopping, but for your server.- Hit up the usual spots: Websites like fivem-mods.net, GTA5-Mods.com are goldmines. Loads of creators post their work there.
- Community is key: Don't sleep on forums and Discord servers. You'll find hidden gems and get recommendations from other server owners.
- GitHub & Dev Sites: For more unique scripts, check out GitHub or the developers' own websites. Sometimes the best stuff is off the beaten path.
.zip
or .rar
file.Step 2: Server Prep - Get Ready to Rumble
Right, time to get into the server's guts. Don't panic, it's not brain surgery.- Access your server files: You'll need to log into your server's file manager. This is usually through an FTP client like FileZilla or your hosting provider's control panel.
- BACK IT UP, fam: Seriously, before you change anything, make a backup of your server files. If you mess something up (and we all do sometimes), you can just restore it and pretend it never happened.
- Find the 'resources' folder: This is your mod garage. It's where all the magic happens. Dig around in your server files and locate the
resources
folder.
Step 3: Mod Installation - Drop It In
Now for the main event - getting that mod live.- Extract the files: If your mod is zipped up, unzip it to a folder on your computer.
- Upload to the 'resources' folder: Use your FTP client or file manager to drag and drop (upload) the extracted mod folder into the
resources
folder on your server.- Folder name matters: Make sure the folder name is something you'll recognise later, you'll need it for server config.
- Tell your server to load the mod: This is the server.cfg bit.
- Open your
server.cfg
file. It’s in the main directory of your server. - Add a line like this:
ensure [mod_name]
- Replace
[mod_name]
with the actual name of your mod folder. - Example: If your mod folder is called
sick_drift_car
, you'd addensure sick_drift_car
.
- Open your
ensure [mod_name]
ensure my_car_mod
Step 4: Dependencies - The Extras You Might Need
Sometimes, mods are a bit needy and require extra bits and bobs to work. Dependencies, they're called.- Check the mod's info: The mod creator should tell you if there are any dependencies. Read the documentation!
- Install dependencies: If there are dependencies, download them and install them in the same
resources
folder, just like you did with the main mod in Step 3. - Load dependencies too: You'll also need to add
ensure [dependency_name]
lines in yourserver.cfg
file for each dependency, above theensure [mod_name]
line for your main mod.
Step 5: Server Restart - Fire It Up
Time to reboot and see if it all works.- Restart your server: Use the 'Restart' button in your control panel or restart it manually if you're old school.
- Watch the console: Keep an eye on your server console after restart. Any red text or error messages? If so, check the mod's docs or Google the error.
Step 6: In-Game Test - Does It Bang?
Get in the game and see if your mod is doing its thing.- Join your server: Fire up FiveM and connect to your server.
- Test it out: Does the mod work as expected? New car there? Script doing its job? Map looking fresh?
Step 7: Troubleshooting - When Things Go Wrong
Sometimes things don't go to plan. Don't sweat it, happens to the best of us.- Check file paths: Are your files in the right folders? Double-check everything.
- Review server logs: Server logs are your friend. They tell you if anything went wrong.
- Update dependencies: Are your dependencies up to date? Outdated ones can cause issues.
- Compatibility check again: Is the mod actually compatible with your FiveM version and other mods? Conflicts happen.
FAQs - Your Burning Questions Answered
- Q: Where do I find good FiveM mods?
- A: Websites like fivem-mods.net and GTA5-Mods.com are great starting points. Community forums and Discord servers are also goldmines.
- Q: What's 'server.cfg' and why do I need to mess with it?
- A:
server.cfg
is your server's brain. It tells your server what to load and how to behave. You need to edit it to tell your server to load your new mods. - Q: What if the mod doesn't work after installing?
- A: Troubleshooting time! Check file paths, server logs, dependencies, and mod compatibility (as mentioned in Step 7). Google is your friend too!
- Q: Do I need to restart my whole server every time I install a mod?
- A: Yep, you do. Restarting the server makes it reload all the resources, including your newly installed mod.
- Q: Can mods break my server?
- A: Potentially, if they're poorly made or incompatible. Always download mods from trusted sources and back up your server before installing anything new.
Final Word - Mod Like a Boss
See? Installing mods on your FiveM server isn't rocket science.It's all about following the steps, being a bit careful, and not being afraid to experiment.Get out there, find some killer mods, and make your FiveM server the envy of everyone. Happy modding!Mods that will extend Roleplay
- Money-Back Guarantee: If you're not satisfied, we've got you covered with a no-questions-asked refund policy.
- Exclusive Content: Our mods and scripts are professionally crafted and exclusive to our platform.
- Trusted by the Community: Join thousands of FiveM server owners who rely on us for quality resources.
- High-Quality Design: Built with optimized coding practices for top-tier performance.
- Seamless Integration: Easily install and run on any FiveM server without compatibility issues.
- Customizable Options: Adjust settings and features to fit your server's unique style.
- Optimized Performance: Tested to ensure minimal resource usage and maximum efficiency.
- Lifetime Updates: Stay ahead with ongoing updates and improvements included at no extra cost.
Reviews
There are no reviews yet.