Anti Props Install

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

Config.WhitelistedProps = {
    `prop_barrier_01`,
    `prop_barrier_02`,
}

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

Last updated