[Solved][Help] How to detect a player landing
Like the title, How to detect a player who is landing?
Example: When player jumps down from a high tree, i want to detect when he/she touchs the surface |
Re: [Help] How to detect a player landing
|
Re: [Help] How to detect a player landing
There doesn't seem to be a solid way to do this. The game engine detects landing on PostThink() so we have to do the same, unless the player incurs damage on the fall.
I suppose you could polish it up a little using a bitsum for alive checks, and unregister the forward where possible: Code:
|
Re: [Help] How to detect a player landing
Quote:
|
Re: [Help] How to detect a player landing
Quote:
|
Re: [Help] How to detect a player landing
Quote:
|
| All times are GMT -4. The time now is 10:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.