Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
Is it possible to do such thing? Like that the person can jump but not climb over fences
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
Yes it is, but only when you set the player's interior.
In interiors it's possible to jump but not to climb, I do not know any other way.
Posts: 3,138
Threads: 257
Joined: Nov 2009
Reputation:
0
12.08.2013, 09:56
(
Последний раз редактировалось davve95; 12.08.2013 в 14:24.
)
Make so it press "Enter" Every time when jumping, I don't know if it's possible thought.
Posts: 45
Threads: 8
Joined: Dec 2011
Reputation:
0
You can check the player's animation on OnPlayerUpdate and found if he's climbing and clear his animation.
Posts: 45
Threads: 8
Joined: Dec 2011
Reputation:
0
Those are the climbing animation's name. The rest should be easy.
CLIMB_idle
CLIMB_jump
CLIMB_jump2fall
CLIMB_jump_B
CLIMB_Pull
CLIMB_Stand
CLIMB_Stand_finish
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
I really don't get your point, how is that suppose to stop a player from climbing.
Posts: 45
Threads: 8
Joined: Dec 2011
Reputation:
0
You check if the player is doing one of this animation on OnPlayerUpdate and then if it's true, you clear his animation with ClearAnimation