Skip to content

Sonoran CAD's FiveM integration scripts allow you to update unit locations in real time, access /911, /311, /panic, view unit identifier information on a live map and so much more.

License

Notifications You must be signed in to change notification settings

Sonoran-Software/SonoranCADFiveM

Repository files navigation

SonoranCAD FiveM Integration

The Sonoran CAD FiveM integration core includes many drag-and-drop integration scripts for your gaming server.

Installation

Please view the installation guide for more details.

Updating from v2.x.x?

See our documentation here.

API Resources

Sonoran CAD's API offers direct access to your CAD data, making it very useful to use for integration with various scripts. Detailed API and push event information can be found here.

Development Bounties

Get PAID to contribute to the open source project!!!

Sonoran Software offers 💵CASH💵 for contributing to the open source integration framework plugin library. Check out more information here.

Developing: Working with submodules

If you are developing this source code we utilize git submodules in order to bundle 3rd party resources and external CAD submodules. In order to "clone" the submodules you will need to run some additional git commands each time you pull.

The commands below will clone the git submodules and ensure your submodules are synced to the commit hash/branch/tag you have selected in your git CLI/GUI/IDE (ie. VS Code). When cloning the repo your first time, this will sync to the commit hashes pushed to the repo. Updating the branch of the submodules in your IDE will change what code is pulled for that particular submodule.

After Cloning Repository Run the following commands after cloning to ensure the git submodule files are cloned...

git submodule sync
git submodule update --init --recursive
git submodule update --remote --merge

Resetting Git Submodule links to commited links

If you want to ensure git submodules are pulling the code specified by what has been commited to the repo, run this command before the commands listed above:

git submodule deinit -f --all

About

Sonoran CAD's FiveM integration scripts allow you to update unit locations in real time, access /911, /311, /panic, view unit identifier information on a live map and so much more.

Topics

Resources

License

Stars

Watchers

Forks