CS Docs

Anti Props Install

Learn how to install and configure the Anti Props module.

Overview

If you have anti props enabled there are things you need to do you can withlist props and whitelist resources that props are allowed to spawn such as your emote menu see below for the example of the config.

Installation Steps

1

Enable the module in config

Open the Cyber Anticheat config.lua file and set:

['Anti Spawn Props'] = true
2

Configure prop whitelist

Add allowed props to the whitelist in the config:

Config.WhitelistedProps = {
    "prop_barrier_01",
    "prop_barrier_02",
}
3

Whitelist prop resources

Set limits for how many props a player can spawn:

Config.WhitelistedPropsResources = {
    "esx_property",
    "some_building_script",
    "another_allowed_resource"
}
5

Restart your server

Restart your FiveM server to apply the changes.

Troubleshooting

If you encounter issues with the Anti Props module, check the following:

  • Ensure the main Cyber Anticheat is running properly
  • Check if the prop names in your whitelist are correct
  • Verify that your server has the latest version of Cyber Anticheat
  • Check the server console for any error messages related to the Anti Props module