Skip to content

Dking07/fivem-advanced-flags-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ADVANCED FLAGS SCRIPT [STANDALONE]

DESCRIPTION

This script allows you to apply custom Advanced Flags to vehicles in FiveM, giving you full control over vehicle handling behaviors. Unlike other scripts, such as SPEED GAIN FIX, this script enables you to define and apply any Advanced Flags you want.

KEY FEATURES

  • Customizable Advanced Flags: You can define and apply any Advanced Flags to vehicles, allowing you to fine-tune vehicle handling to your liking.

  • Preset System: The script supports presets, enabling you to apply specific flags to specific vehicles.

  • Blacklist System: You can blacklist certain vehicles from being affected by the script, ensuring that only the desired vehicles have their handling modified.

  • Dynamic Application: The script dynamically applies the flags to vehicles as players enter them, ensuring that the changes are always active.

  • Efficient Monitoring: The script continuously monitors vehicles to ensure that flags are only applied to valid entities, and it cleans up any references to deleted vehicles.

HOW IT WORKS

  • Configuration: The script is configured via the config.lua file, where you can define:

  • Active Flags: The Advanced Flags you want to apply globally or to specific vehicles.

  • Blacklist: A list of vehicles that should not be affected by the script.

  • Presets: Custom presets that apply specific flags to specific vehicles.

  • Flag Application: When a player enters a vehicle, the script checks if the vehicle is eligible for flag application (based on the blacklist or presets). If eligible, it applies the defined Advanced Flags to the vehicle's handling data.

  • Monitoring: The script continuously monitors vehicles to ensure that flags are only applied to valid entities and cleans up any references to deleted vehicles.

GET NOW

HOW TO INSTALL

  • Download script;
  • Place it in the resources folder;
  • Add 'ensure dk_advancedflags' (without quotes) to server.cfg.

MODIFICATIONS

  • Add CCarHandlingData in the SubHandlingData section, like this:
    <SubHandlingData>
      <Item type="CCarHandlingData">
      </Item>
      <Item type="NULL" />
      <Item type="NULL" />
    </SubHandlingData>
    

CONFIG

  • You can choose which flags will be applied through the configuration file.

DISCORD

CHANGELOGS

1.1

  • Improved the way flags are applied.

COPYRIGHT

BY DKING 2025 ©