π¬ Moris RP Chat
Moris RP Chat is a RedM chat overlay built for roleplay servers. Local talk, whispers, shouts, and staff channels stay readable without covering the whole scene.
Preview
Video preview will be added here.
Buy now
Get it now 14.90 β¬
Framework compatibility
- Works standalone. No framework is required.
- Optional hooks for VORP, RSG, QBR, and custom jobs via config exports.
- ACE permissions for staff / job channels.
Commands
/meβ Nearby roleplay action (proximity)./doβ Nearby environment / result text./oocβ Out of character, if enabled./clearβ Clears your local chat history.
Configuration
Open config.lua inside moris_rp_chat. Typical values:
Config.Locale = 'en'
Config.DefaultRange = 8.0
Config.ShoutRange = 22.0
Config.WhisperRange = 2.5
Config.HideWhenIdle = true
Config.StaffAce = 'moris.chat.staff'
Exports
addMessageβ exports.moris_rp_chat:addMessage(source, channel, text) β push a system or job message.setMutedβ exports.moris_rp_chat:setMuted(source, true) β mute a player from sending.
Events
moris_chat:messageβ Client event when a nearby message is shown. Useful for logs or UI add-ons.
Installation
- Unzip into resources and rename the folder to moris_rp_chat.
- Add ensure moris_rp_chat to server.cfg. Place it after your framework if you use one.
- Open config.lua and set ranges, colors, and ACE names.
- Restart the resource, then type in chat in-game to confirm the overlay.
ensure moris_rp_chat
FAQ
Can I hide the chat until someone types?
Yes. Set Config.HideWhenIdle = true.
Does it replace the default chat resource?
Yes. Stop/ensure only moris_rp_chat, not the stock chat, once you go live.
Where do I get support?
Join Discord from the store. Post your server.cfg snippet and any F8 errors.