FiveM-NoahChat
This is Noahs Version of ingame FiveM Chat!
Features:
- Toggle Chat Visibility
- Clear Chat
- Suggestion bar
- Clear Text Bar
- Overall clean look
Basic Clear Chat with Command
Basic Command Being Used
Commands
/togglechat
Optional
These are optional messages you can include to your sv_chat.lua for messages welcoming indivuals to your server. To add them copy and paste and fill in your server name where it says server name. The seccond message is a leave message.
AddEventHandler('chat:init', function()
end)
AddEventHandler('playerDropped', function(reason)
end)