View Single Post
  #2  
Old 05-06-2010, 12:41 PM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by xAndrewx View Post
Is there a way to detect if a player is jumping down a cliff? I can't find anything... thanks
I do believe that when the player "jumps" off a cliff, the X and Y move into usually blocking zones, while the Z increases (as judged by the shadow of the player). Try detecting whether X and Y are in blocking zones, and if Z is above 0.
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote