On a similiar note, trying to disable s+a, and oddly, enablefeatures isnt working for it. I dont know whats up with enablefeatures causing so many issues...
Regardless, i was trying to get this to work, and will post this code, that I know will not work.
PHP Code:
function onKeyPressed(keystring)
{
if (keystring == "s" && keystring == "a") {
setAni("armageddon-idle", NULL);
}
}
Is there another way to interrupt the s+a besides enable features? Been trying for hours. Didnt see anything about it except enablefeatures on the forums.
p.s, tried to get the keycode for s+a, apparently you cant, at least from using
PHP Code:
function onKeyPressed( keycode, keystring, scancode ) {
if (this.keydebug)
player.chat = params;
else
player.chat = "";
}