Hello, I want to make an advertising chat that the user sends his advertising every 5 minutes, this is what I have and I would like to have help on how to put the cooldown on it
function evento ( message )
outputChatBox ( "#95CB0Dpublicidad: " .. message, 149, 203, 13,true )
end
addEvent( "publicidad", true )
addEventHandler( "publicidad", localPlayer, evento )