Quote:
Originally Posted by DustyPorViva
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?