Thread: Conditionals
View Single Post
  #1  
Old 01-12-2006, 02:12 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Conditionals

I've got nothing better to do than spam, sooo..

PHP Code:
function onWeaponFired() {
  
this.mx keydown(1) ? -1;
  
this.my keydown(0) ? -1;

Is there any reason why it's always returning the keydowns as false?
Reply With Quote