๐ฅ๏ธInstallation Guide
Police MDT Script Installation Guide
This page is dedicated to installation of our Police MDT script. Follow steps listed below to start using pScripts Police MDT on your server.
Prerequisities
Before you begin, ensure you have:
FiveM server with administrator access
Access to your server's database
File transfer capability (FTP or direct file access)
Step 1: Installing the dependencies
Our script requires 4 dependencies:
Additionaly, we recommend you use MariaDB as your Database Management System.
Step 2: Setting up the Database
Police MDT automatically install a database for you! In case something is wrong, you can use SQL below to import it manually!
You can run these on your preferred Database Management Tool (ex. HeidiSQL, phpMyAdmin etc.)
Step 3: Downloading the Script
Download the script from your Keymaster.
Extract the files to your resources (or any other preffered) folder.
Add the following line to your
server.cfgensure p_mdt
Step 4: Configuration
Open
config.luafile in the Script folderConfigure our script basing on your needs.
Step 5: P_Bridge Configuration
Download and extract p_bridge onto your server.
Configure p_bridge and its funtions in
config.luaAdd the following line to your
server.cfg
ensure p_bridgeMake sure p_bridge starts before any of OUR scripts
It's important for your resources to start in a logical order to prevent errors from missing dependencies.
ensure oxmysql # this should be one of the first resources
ensure ox_lib
ensure framework # the name of your framework (i.e. ox_core, es_extended, qbx_core)
ensure ox_target
ensure ox_inventory
ensure p_bridge # Our bridge here, should start after main resources
ensure p_mdt # Every our script should start after bridgeStep 6: Start using our script
Save all changes
Restart / Start your FiveM server
Enjoy using our Police MDT! ๐
Last updated