FiveM Documentation
Area of Patrol is a legacy basic script which displayed and can enforce the area of play within the FiveM server. Over the years it has had many revisions both by FAXES and the community.
Install the base resource like any other resource. Otherwise known as the drag and drop method.
Open the config.lua file and change the settings to your liking. See the Variable Documentation to see what these are and do.
If you plan to use the permissions set the usingPerms variable to true (usingPerms = true) you will need to set up a method for permissions and a way to authenticate users when they perform actions to interact with Fax-AOP. You have an option to either use the hexadecimal method (ACE Permissions) or Discord ID method.
The Discord permission method may not work as the dependent resource is no longer maintained by the developer. Use this permission method with caution.
Simply copy and paste the below into your server.cfg and replace the HEX_ID_HERE with your steam hexadecimal. If you're unsure on how yo get your hexadecimal see How to get your Steam hexadecimal.
add_ace Fax.AOP faxes.aopcmds allow
add_principal identifier.steam:ID_HERE Fax.AOP