xeon17 Posted September 27, 2014 Share Posted September 27, 2014 Why isn't possible to bind a chatbox on key ''‚'' i always get a error. addEventHandler ( 'onPlayerJoin', getRootElement(), function () bindKey(source,"‚","down","chatbox","Adminsay") end) Link to comment
lcd1232 Posted September 27, 2014 Share Posted September 27, 2014 Why ","? Maybe this symbol ' ? Or see this https://wiki.multitheftauto.com/wiki/Key_names Link to comment
xeon17 Posted September 27, 2014 Author Share Posted September 27, 2014 Why ","? Maybe this symbol ' ? Or see this https://wiki.multitheftauto.com/wiki/Key_names Thanks Link to comment
#DRAGON!FIRE Posted September 27, 2014 Share Posted September 27, 2014 keyTable = { "mouse1", "mouse2", "mouse3", "mouse4", "mouse5", "mouse_wheel_up", "mouse_wheel_down", "arrow_l", "arrow_u", "arrow_r", "arrow_d", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "num_0", "num_1", "num_2", "num_3", "num_4", "num_5", "num_6", "num_7", "num_8", "num_9", "num_mul", "num_add", "num_sep", "num_sub", "num_div", "num_dec", "num_enter", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "escape", "backspace", "tab", "lalt", "ralt", "enter", "space", "pgup", "pgdn", "end", "home", "insert", "delete", "lshift", "rshift", "lctrl", "rctrl", "[", "]", "pause", "capslock", "scroll", ";", ",", "-", ".", "/", "#", "\\", "=" } 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