Installation Guide
Follow these steps to install the Madd Telephone system on your RedM server.
Prerequisites
Before installing madd_telephone, ensure you have the following resources installed and running on your server:
- jo_libs: Utility bridge required for core functionality.
- oxmysql: Required for database interactions (storing phone numbers and contacts).
- xsound: Required for realistic mechanical ringing audio.
- Voice System: Either
mumble-voiporpma-voicefor call voice routing.
Installation Steps
- Download the Resource: Extract the
madd_telephonefolder into your server'sresourcesdirectory. - Database Setup: The system requires database tables to store player phone numbers and contacts.
- Note: Please ensure you run the provided
.sqlfile that comes with the resource to create the necessary tables.
- Note: Please ensure you run the provided
- Configure the Resource: Open
shared/sh_config.luato adjust the settings to your server's needs (see the Configuration Guide for details). - Add the Item: Ensure that the phone item (default:
phone) is added to your server's inventory database. - Start the Resource: Add
ensure madd_telephoneto yourserver.cfgfile. Ensure it is started after its dependencies (oxmysql,jo_libs,xsound, and your voice script).