gms_chat_keys

Usage: gms_chat_keys ( toggle, submit, team )

Description

Toggle: Specifies which key should be pressed to open the chat
Submit: Specifies which key should be pressed to send the chat message
Team: Specifies which key should be pressed to change chat mode.

Replies (4)

Last message on 10 Mar 2019

LovaniaTheEntity on 7 Mar 2019, 13:27:48
where should i be placing this.
Size43 (Administrator) on 10 Mar 2019, 19:24:45
Near gms_settings.
ChuyZavala on 27 Mar 2015, 22:04:56
I do not understand this code?
how do I use?
with that the keyboard will work in chat?
Size43 (Administrator) on 28 Mar 2015, 13:52:52
By default you can press enter to type and submit, and the team toggle key is control.

You can change that with this function. All arguments should be the same ones you use for functions like keyboard_check(...). (So vk_* or ord('[letter]') )