View Single Post
  #5  
Old 02-24-2009, 02:47 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
I can see you're assigning values to playerdir rather than comparing them. Instead of using playerdir = 0 or playerdir = 1, use playerdir == 1.
Reply With Quote