More Chat Support?
#2
You can use the OnChat hook to do that.
For example you can use this to make the first character uppercase:
function OnChat(a_Player, a_Message)
	a_Message = (a_Message:gsub("^%l", string.upper))
	return false, a_Message
end
Reply
Thanks given by:


Messages In This Thread
More Chat Support? - by djlw78 - 06-27-2017, 08:18 AM
RE: More Chat Support? - by NiLSPACE - 06-27-2017, 04:26 PM
RE: More Chat Support? - by djlw78 - 06-28-2017, 11:11 AM



Users browsing this thread: 1 Guest(s)