A standalone FiveM script by Crazy Eyes Studio that suppresses aggressive behavior from coyotes and mountain lions without removing them from the game world. Ideal for improving wilderness realism without the danger.
- Prevents mountain lions and coyotes from attacking players.
- Adds a temporary blip over affected animals.
- Toggle the system on/off via in-game command.
- Spawns test animals with chat notifications.
When enabled, this script:
- Continuously checks nearby peds.
- If the ped is a blocked animal model (coyote or mountain lion), it disables aggression, makes them flee, and adds a short-lived blip for visual tracking.
Config.Enabled = true -- Enable or disable by default
Config.CheckRadius = 80.0 -- Radius to check for animals
Config.CheckInterval = 2000 -- Milliseconds between checks
Config.BlockedAnimals = {
[`a_c_mtlion`] = true, -- Mountain Lion / Cougar
[`a_c_coyote`] = true -- Coyote
}
| Command | Description |
|---|---|
/toggleMarderKitty |
Toggle suppression on/off |
/spawnCoyote |
Spawn a test coyote nearby |
/spawnCougar |
Spawn a test mountain lion nearby |
Installation
- Copy the files to a new folder named CES_marderKitty in your FiveM server’s resources folder.
- Add the following line to your server.cfg:
ensure CES_marderKitty
Credits Created by Crazy Eyes Studio Need help? Join our Discord https://discord.gg/sNANv4dJad