Custom kick message

It is possible to customize the kick message that will be shown to users if they don't meet the roles requirements.

By default the kick message is set to "No access".

To customize the kick message you will need to further edit the script created during the setup. Insert the following code before the PlayerAdded event:

AccessManager
QACAM.configuration:SetAccessDeniedMessage("My custom message")

Last updated