View Single Post
  #1  
Old 07-25-2010, 09:01 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
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:
PHP Code:
if ( keydown) ) { 


I've tried enable weapons, etc. Nothing worked... onWeaponFired() didn't work either (while weapons were enabled of course )

So what's happening? I can use
PHP Code:
if ( keydown2getkeycode"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?
Reply With Quote