Resolving the Issue: Error: Your server must be restarted to support pma-voice
Why does this issue occur?
This error typically occurs when starting the r_megaphone script for the first time without restarting the server. During the initial start, the required megaphone.lua
file is automatically generated in the pma-voice script folder. However, the error might persist due to the following reasons:
The r_megaphone script does not have the necessary permissions to create the file.
Another issue related to file permissions or script configuration.
Steps to Fix This Issue
If the error persists, follow these steps to manually resolve it:
Manually Create the
megaphone.lua
FileNavigate to the following folder:
@pma-voice/client/
.Create a file named
megaphone.lua
.Copy and paste the following code into the file:
Modify the
fxmanifest.lua
File in pma-voiceOpen the
fxmanifest.lua
file in the pma-voice script.Add the following line at the bottom of the file:
Ensure the Startup Order in
server.cfg
Make sure that the r_megaphone script is started after pma-voice in the
server.cfg
file. Example:
Restart the Server
Restart the server to apply the changes.
Last updated