> For the complete documentation index, see [llms.txt](https://vanishdev.gitbook.io/vanishdev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vanishdev.gitbook.io/vanishdev/gang-series.md).

# Gang Series

- [Gangs System](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system.md): A full gang management system. Admins create and run gangs with custom rank ladders, leaders manage their members and a shared stash, and other resources can read gang data through a clean export API.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/installation.md): Setup for the gang system, including the database, the stash inventory and the optional target system. This is the base the rest of the gang series builds on.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/configuration.md): Every config file the gang system ships with, what each block does, and the parts worth understanding before you go live.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides.md): Practical guides for setting up gangs, giving leaders the right tools, and keeping gang activity easy to manage.
- [Gang Administration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides/gang-administration.md)
- [Gang Management](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides/gang-management.md)
- [Advanced Gang Operations](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/guides/advanced-gang-operations.md): How to use the newer gang tools without turning the docs into a config dump. Covers templates, recruitment, stash limits, health score and relationships.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/gangs-system/exports.md): Stable helper exports for integrating other resources with vanish\_gangs, plus server events you can listen for.
- [Gang Phone](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone.md): A gang war system run from a phone. Leaders challenge rival gangs, set a wager and a kill target, then fight it out with live scoring, a kill feed and a payout to the winner.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/installation.md): Setup for the gang phone, covering the database, the gang system it reads from, and the phone item.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/configuration.md): The settings broken into sections: the phone, the war rules, rewards, the UI, rank permissions, war zones and logging.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/guides.md): Guides for challenging gangs, accepting wars, paying wagers and using the admin controls.
- [Running Gang Wars](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/guides/running-gang-wars.md): How gang leaders challenge each other, how wagers are funded, how wars score, and what admins can do when a war needs intervention.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/gangphone/exports.md): Exports for reading war and gang stats, controlling the phone, and ending wars from your own resources. Plus the commands the script registers.
- [Turfs](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs.md): An advanced turf system where gang members can battle each other for rewards that get stashed in a gang vault.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/installation.md): Setup for the turf system, including the database, the gang system it reads from, and the optional target and ambulance bridges.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/configuration.md): The turf config broken into sections: global rules, rewards and dropoffs, respawn, zones, commands, the editor, player settings and logging.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/guides.md): Guides for running turf wars, building zones with the editor and choosing a reward flow that fits your server.
- [Running Turf Wars](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/guides/running-turf-wars.md): A start-to-finish walkthrough for turf wars, live zone editing and the three reward modes.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/turfs/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Crate Drops](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops.md): Air-dropped supply crates with a cargo plane flyover, tiered loot, contested unlock timers and combat zones. Drops can fire on a timer, be spawned by admins, or be called in by players with a supply s
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops/installation.md): Everything you need to get crate drops running on your server, including the supply signal item and the inventory stash it uses.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops/configuration.md): Every config file the script ships with and what each block controls. The comments in the files cover the fine detail, this page gives you the map.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops/guides.md): Guides for drop lifecycles, supply signals and tuning loot tiers.
- [Drop Lifecycle and Tuning](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops/guides/drop-lifecycle-and-tuning.md): How drops are created, how players call them in, and how to tune tiered loot without breaking the flow.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/crate-drops/exports.md): Exports for hooking crate drops into your own resources, plus the admin commands that ship with the script.
- [Player Robbing](https://vanishdev.gitbook.io/vanishdev/gang-series/player-robbing.md): A full player-to-player robbing system with dispatch alerts, gang rules, cooldowns, a leaderboard and direct inventory access, built on ox\_lib and ox\_target.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/player-robbing/installation.md): Setup for Player Robbing, including the vanish\_robbing resource, database table, framework bridge, target bridge and optional dispatch, gang and logging integrations.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/player-robbing/configuration.md): Player Robbing settings are split across four files in the shared and bridge folders. This page maps out each one and explains the parts worth knowing.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/player-robbing/exports.md): Player Robbing server exports for reading leaderboard data from your own resources, plus every command the script registers.
- [Sell Drugs](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs.md): A clean and immersive system for selling drugs to NPCs, built to feel real, run smooth, and fit naturally in your server.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/installation.md): Setup for selling drugs, including the database table, the inventory it reads from, and the optional dispatch and ambulance bridges.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/configuration.md): The settings are split across a few files in the shared folder. This page maps out each one and explains the parts worth knowing.
- [Guides](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/guides.md): Guides for the selling loop, autosell, hot zones, police scaling and rank progression.
- [Dealing Loop and Payouts](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/guides/dealing-loop-and-payouts.md): How a sale starts, how single and autosell modes differ, and how zones, police, ranks and hot zones affect payout.
- [Exports](https://vanishdev.gitbook.io/vanishdev/gang-series/sell-drugs/exports.md): The export for starting a sale from your own code, plus the commands the script registers.
- [Money Wash](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash.md): This script enables the implementation of a money laundering system within your FiveM server. It provides functionalities for processing transactions and converting illegal funds into legitimate ones.
- [Installation](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash/installation.md): Setup for the money wash resource, including framework requirements and the dirty-money account it converts.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/gang-series/money-wash/configuration.md): The full config, with the wash locations and fees explained.
