papam77 Posted March 19, 2013 Share Posted March 19, 2013 Hello, where can find standart chat "T" resource ? I wanna change something. Link to comment
Renkon Posted March 19, 2013 Share Posted March 19, 2013 There is no standard resoruce for chat. It comes coded in the client already, however you can manipulate it using events or functions such as onPlayerChat and outputChatBox Link to comment
papam77 Posted March 19, 2013 Author Share Posted March 19, 2013 I wanna make "L" for language chat. Link to comment
Renkon Posted March 19, 2013 Share Posted March 19, 2013 You gotta make a command handler and then bind it to key L with the following arguemnts (if im not wrong) bindKey("L", "down", "commandHandler", "chatbox") Link to comment
PaiN^ Posted March 19, 2013 Share Posted March 19, 2013 Or, You can download one from the community Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now