Thread: KeysRealeased
View Single Post
  #4  
Old 11-25-2012, 06:13 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Just give this a shot:
PHP Code:
//#CLIENTSIDE
function GraalControl.onKeyDown(keycodekeystringscancode) { 
  
player.chat keycode SPC keystring SPC scancode

Then hit a couple keys. You should be using keycode for compatibility reasons if possible, since that's what seems to be uniform across the different platforms.
Reply With Quote