Skip to main content

"What is the escrow system"

Question: What does FiveM Asset Escrow protect?

Answer: Escrow protects the main system logic while leaving supported configuration files editable.

Open files:

  • config/core.lua
  • config/airports.lua
  • config/routes.lua
  • config/lsia_taxi.lua
  • config/sounds.lua
  • config/locales.lua

Protected files:

  • client/main.lua
  • server/main.lua

Edit the files under config/; do not try to modify the protected files.