UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Make the player jump?

broken avatar :(
Created 9 years ago
by Eternal_Fire
0 Members and 1 Guest are viewing this topic.
1,140 views
broken avatar :(
×
broken avatar :(
Location: au
Date Registered: 23 April 2015
Last active: 3 years ago
Posts
165
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
Signature
Money isn't everything but everything has a price
×
Eternal_Fire's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Eternal_Fire's Contact & Social Links
So I was just wondering how I would make the player jump without the player himself pressing the jump button but instead, have something checked through script and then makes the player jump. There doesn't seem to be a function that I know of that does this.
broken avatar :(
×
broken avatar :(
The Last of Us
Location: scotland
Date Registered: 28 September 2013
Last active: 2 weeks ago
Posts
1,463
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
Personal Quote
ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎
Signature
×
smasher248's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
smasher248's Contact & Social Linkssmasher248smasher248
So I was just wondering how I would make the player jump without the player himself pressing the jump button but instead, have something checked through script and then makes the player jump. There doesn't seem to be a function that I know of that does this.

u could force the player up a certain height through scrript:

Code Snippet
Plaintext
player_velocity = self GetVelocity();
self SetVelocity( self GetVelocity() + (0,0,50) );

its not a jump, but the player will move up
broken avatar :(
×
broken avatar :(
Location: au
Date Registered: 23 April 2015
Last active: 3 years ago
Posts
165
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Donator ♥
My Groups
More
×
Eternal_Fire's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Eternal_Fire's Contact & Social Links
u could force the player up a certain height through scrript:

Code Snippet
Plaintext
player_velocity = self GetVelocity();
self SetVelocity( self GetVelocity() + (0,0,50) );

its not a jump, but the player will move up

Yeah I thought about that first, but I need it to look like a jump instead of a forced movement

 
Loading ...