Jump to content

help


Recommended Posts

Posted
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

Posted
10 hours ago, #BrosS said:

bindKey ( ......., "chatbox"...
  ..........
  ...

 

And how exactly is that going to manually put words in the text input of the chatbox?

Posted
2 hours ago, pa3ck said:

And how exactly is that going to manually put words in the text input of the chatbox?

Have you even try it

Don't talk before trying bro

من أراد الفشل عليه بالنجاح

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

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