BullyWiiPlaza
Modder
- Messages
- 214
- Reaction score
- 174
- Points
- 818
How would you implement a
?
. I guess you get the gist. How would start about doing this? I'm a bit out of ideas on how to detect the distance towards a wall for example and how to attach to it.
Possibly useful functions:
Thanks![Grinning :grinning: :grinning:](/styles/default/xenforo/smilies.emoji/people/smile.emoji.svg)
Possibly useful functions:
Code:
float distance( vector, vector )
vector getVelocity()
void setVelocity( vector )
void setPlayerGravity( int )
Thanks