Jump to content

Is there an alternative to setChatAlpha()?


Voter

Recommended Posts

Posted (edited)

Client side


addEventHandler("onClientRender",root ,function() showChat(false) end) 

--showChat(false) Hide chat
--showChat(true) Show chat

and use this in server side because  disablity sending message via console (F8)

addEventHandler("onPlayerChat", root,
function()
cancelEvent() 
end) 
Edited by A[L]I

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...