Quote:
Originally Posted by Crow
You should be using keycode for compatibility reasons if possible, since that's what seems to be uniform across the different platforms.
|
Also note that if you're trying to replicate one of the default actions (movement, firing weapons, etc.) you should use
keydown(num) so that it will work even if a player changes the default action keys.