Installation Guide
Follow these steps to install the Madd Racing system on your RedM server.
Prerequisites
Before installing madd_racing, ensure you have the following resources installed and running on your server:
- jo_libs: Utility bridge required for core functionality.
- madd_ui: Required for notifications and UI elements.
- oxmysql: Required for database interactions.
Installation Steps
- Download the Resource: Extract the
madd_racingfolder into your server'sresourcesdirectory. - Database Setup: The system requires database tables to store track data and leaderboards.
- Note: Please ensure you run the
madd_racing.sqlfile that comes with the resource to create the necessary tables.
- Note: Please ensure you run the
- Configure the Resource: Open
shared/sh_config.luato adjust the settings to your server's needs (see the Configuration Guide for details). - Start the Resource: Add
ensure madd_racingto yourserver.cfgfile. Ensure it is started after its dependencies (oxmysql,jo_libs, andmadd_ui).