Jump to content

help


Recommended Posts

37 minutes ago, eggman said:

addEventHandler("onClientKey", root,
    function(key, pressed)
        if pressed then
            outputChatBox(key)
        end
    end
)

Or for characters you can try


addEventHandler("onClientCharacter", root,
	function(c)
		outputChatBox(c)
	end
)

 

not outputchatbox 
i want to open the chat box like when player press "t" 
and write the char in it

Link to comment
6 minutes ago, #BrosS said:

Have you even try it

Don't talk before trying bro

I don't think you understand what he wants, he wants to manually insert text into the chatbox. Not like "GlobalChat: " or "LocalChat: " but something along the lines of: "GlobalChat: My name is " then you would type your name.

Link to comment

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...