There is any way to slow down chat?

Does timers exist here like sa-mp? I mean, I need to find a way to slow down the chat

Add a Citizen.Wait(x) before it triggers the chat message so it sleeps the thread before calling the client event?

That I think will make them not using chat? or people to send too many message cause no one sees it due to Citizen.Wait? I meant to say, a timer that will prevent people to spam chat constantly.