Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
Hello, Well I got a question. I saw on few RP servers that the BMX'es skill is somehow not allowing the player to jump high on it. I got this problem on my RP server with the high jumping bikes, people just abuse it's power. So im wondering if there is anyway I can lower the BMX jumping skill.
-Thank You
Posts: 658
Threads: 8
Joined: Feb 2012
Reputation:
0
Make a key config like if any player is on bije and he presses cntrl then the bike will move up to 5 distance from the ground.
If cant understand then i will make a fs like that
Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
I didnt really get the distance part, with which operator should that distance be set?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
The longer you hold the button, the more 'power' you have for the bunnyhop. If you just tap it, it won't jump very high at all. You can use OnPlayerKeyStateChange and SetVehicleVelocity to script a 'super bunnyhop' script that.
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
They're playing around with vehicle velocity. Just slow down the z-velocity when player is jumping with the bike.
Posts: 229
Threads: 21
Joined: Apr 2012
Reputation:
0
Not sure but maybe left ctrl is KEY_FIRE?
Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
No, it aint it, it's LMB
-Please someone help with defining the left ctrl button
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Try KEY_SECONDARY_ATTACK.