s-phone is a RedM station phone system for VORP servers.
- Voice system: pma-voice only
- Station-based phone calls between configured phone locations
- Optional job-locked phones (for example police-only stations)
- 3D ringing sound via xsound
- Localized texts (German and English)
- vorp_core
- vorp_utils
- menuapi
- pma-voice
- xsound
- Download and install xsound from https://github.com/Xogy/xsound
- Place both resources in your server resources folder:
- xsound
- s-phone
- Add these lines to your server.cfg in correct order:
- ensure vorp_core
- ensure vorp_utils
- ensure menuapi
- ensure pma-voice
- ensure xsound
- ensure s-phone
- Restart the server.
- Walk to a configured phone location.
- Hold the configured interaction key (default:
G) to use the phone. - Select a destination phone from the menu.
- At the destination station, another player can answer the incoming call.
- During an active call, press
Rto hang up.
- Phone locations, jobs and channels are configured in
shared/config.lua. - This resource currently uses pma-voice call channels.
- Anti-spam call limits can be configured in
shared/config.lua:Config.CallRateLimitWindowSecondsConfig.CallRateLimitMaxAttemptsConfig.CallRateLimitCooldownSeconds
- Created by huzurweriN & RealHartlMax.