[Free] AI Riders & Wagon Cleanup with Whitelist (Escrowed)
Description
This lightweight RedM resource removes all AI riders and coach drivers globally to improve immersion and server performance.
Optionally, it can also clean up human NPCs and NPC horses while keeping wild animals and wild horses untouched.
Includes a whitelist system for models that should remain in the world.
Features
- Removes AI riders and wagon drivers worldwide
- Optional cleanup for human NPCs and NPC horses
- Whitelist support for ped and horse models
- Wild animals and wild horses are preserved
- Lightweight and performance-friendly
- Configurable scan interval and debug mode
- Fully encrypted (escrow protected) via Keymaster
- 100% standalone (no framework required)
Installation
- Place the folder in your
resourcesdirectory. - Add
ensure rs-nonpcto yourserver.cfg. - Adjust your
config.luaas needed.
Tebex: https://red-state.tebex.io/package/7081658
Checklist
- I have reviewed the latest version of the Releases rules.
- I have included a detailed description of my work as described in the rules.
- I have included a download link or a store link.
- I have filled out the required information at the end of the topic.
| Code is accessible | No (escrow protected) |
|---|---|
| Subscription-based | No |
| Lines (approximately) | ~400 |
| Requirements | None (standalone) |
| Support | Yes |
Configuration Example
Config = {}
-- Debug output to the console
Config.Debug = false
-- Scan interval in milliseconds
Config.ScanInterval = 800
Config.Toggle = {
HumanCleanup = true,
RidersCleanup = true,
WagonsCleanup = true,
HorseCityCleanup = true
}
-- Models listed here will NOT be removed
Config.Whitelist = {
Peds = {
"CS_MP_MARSHALL_DAVIES", -- Dont delete when you using vorp!
"MP_U_M_O_BlWPoliceChief_01", -- Dont delete when you using vorp!
"mp_male", -- Dont Delete when you using vorp!
"mp_female", -- Dont Delete when you using vorp!
"CS_BATHINGLADIES_01",
"CS_LeviSimon",
"u_m_m_bwmstablehand_01",
"S_M_M_UNIBUTCHERS_01",
},
Horses = {
-- "A_C_Horse_Andalusian_DarkBay",
}
}
