Envi-Sabotage
Envi-Sabotage Official Documentation
Last updated
Envi-Sabotage Official Documentation
Last updated
A working FiveM Server
Basic understanding of FiveM server setup and resource management
An up-to-date version of ox_lib
Have you ever found yourself at odds with your so-called friends? Friends who've crossed the line and left you feeling like it's time for some sweet payback? Well, we've got just the game for you! Envi-Sabotage is your chance to take matters into your own hands, quite literally. With an arsenal of unique tools, each with a specific purpose, you can now give your rivals a taste of their own medicine by messing with their prized cars. Let's delve into the thrilling world of Envi-Sabotage.
ESX or QBcore framework.
ox_lib / Oxmysql - if applicable.
Supports ox_target, qtarget, qb-target.
These are exports for integrating with other scripts. Envi-Sabotage has its own built-in repair options via Target options for Mechanics, alternatively, you can use these exports elsewhere.
Repair ALL Export:
This export will completely repair the vehicle and will do no animation - perfect for integrating into Mechanic Scripts An easy way to do this is to replace;
These can be used in other scripts to check tool status or trigger animations.
Replace
SetVehicleFixed(vehicle)
with
exports['envi-sabotage-v2']:RepairAll(vehicle)
in your mechanic script
Enable debug mode for additional logging and testing functionality.
The Config.Tools
table contains settings for various tools:
Each tool has properties like enabled
, name
, item
, model
, offsets
, and breakChance
.
The Config.Bombs
table defines explosive types:
Each bomb type has specific settings and activation conditions.
Control repair mechanics, including authorized jobs and repair durations.
Adjust volume levels for tool sounds.
Toggle minigame functionality for certain actions.
Define vehicle classes immune to sabotage actions.
Customize these functions to integrate with other scripts or modify gameplay:
skillCheckEasy()
skillCheckFast()
skillCheckLong()
onFireStarted(coords)
fuelExport(vehicle)
The Config.Lang
table contains all in-game text strings:
This documentation provides a comprehensive overview of the Envi-Sabotage-v2 script configuration. Administrators can use these settings to tailor the script to their server's needs and integrate it with other systems.