[Free] [NONPC] Riders & Wagon Cleanup with Whitelist (Escrowed)

[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

  1. Place the folder in your resources directory.
  2. Add ensure rs-nonpc to your server.cfg.
  3. Adjust your config.lua as 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",
  }
}
2 Likes

link says store not available

I’ve found out that my Tebex store is still under review and therefore not fully active yet. Unfortunately, I wasn’t aware of that before. The review should be completed today or tomorrow. I’ll let you know once it’s done. Sorry for the inconvenience.

Unable to access your tebex

Since the shop is new, it’s still being reviewed by the team. It was actually supposed to be done by Tuesday at the latest, but apparently the Tebex team still needs a bit more time.

The shop is now active. :slight_smile:

New update available — horses in cities are now reliably removed as well.