| devilsknite1 |
07-25-2010 09:01 AM |
Keydown / Enablefeatures?
I've disabled the use of a few things using enable features (Map, Pause, Q, R, S+A, S+D, Display of hearts over head, and the use of nicknames). Now I can't use the D key in:
:confused:
I've tried enable weapons, etc. Nothing worked... onWeaponFired() didn't work either (while weapons were enabled of course :p)
So what's happening? I can use
PHP Code:
if ( keydown2( getkeycode( "d" ), false ) ) {
but I want to know why I can't access the D key via keydown();
EDIT ::
Other keys work.. The M key doesn't seem to work either, but that's understandable because I disabled it. Does S+D disable the D key itself?
|