Mobile Data ComputerDeprecated
Installation
Install the MDC and configure its database, faction permissions, locales and accusation tables.
Required dependencies
MySQL
Database storage used by the MDC resource.
Installation steps
- 01
Extract the resource
Copy the extracted folder into your server resources directory.
- 02
Import the database
Import the included SQL file into your server database.
- 03
Configure permissions
Adapt the permission functions to your faction system.
Config.IsPlayerAllowed / Config.HasDeletePermission - 04
Configure localization
Edit the HTML locale variables for your server language.
html/js/config.js - 05
Configure accusations
Edit or create the accusation tables using the included examples.
html/js/config.js - 06
Start and test
Start the resource and open the MDC, or connect its open event to your menu.
/openmdc
Important file locations
Configuration
config.luaFaction permissions and server integration functions.
Web config
html/js/config.jsHTML locales and accusation table definitions.