Thread: onKeyPressed()
View Single Post
  #6  
Old 08-21-2009, 05:51 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
function onKeyPressed() {
  if (
keydown(0-3)) {
    
player.chat "arrow key pressed";
  }

keydown(int) can be used along with onKeyPressed() to detect default key configurations.
doesn't give him the code... does it?
Reply With Quote