
03-27-2011, 10:59 PM
|
ǝɔɐɹq ʎןɹnɔ
|
 |
Join Date: Dec 2006
Location: Germany
Posts: 5,153
|
|
Quote:
Originally Posted by Fulg0reSama
Just a silly guess
PHP Code:
function onMenuKeyDown(gui,keycode) {
player.chat="MenuKeyDown";
}
if (keycode==9) {
player.chat="TAB";
Inventory_Categories.forceonaction();
}
}
You forgot a bracket I believe.
|
 |
|
|