NoGrip | Fall, when running and jumping

What does it do?

This will be one of my first releases, and probably not the last. Ever had that annoying foot chase where people just can’t stop jumping like idiots? Feels like chasing a rabbit, right? Well… fear no more, we only chase snails. Looks like you lost some grip under your feet, and somewhat have a chance of tripping up. What a shame. :snail:


Some useful info…

  • When jumping and running, there is an 80% chance of falling
  • Standalone script, should work normal with ESX and vRP
  • Fully client-side and performance optimized
  • Prevents exploiting faster movement when running with no stamina
  • Chance of falling can be manipulated using ragdoll_chance variable
  • No snails were injured in the making :hushed:

Download and Contents

__resource.lua
client.lua

Place folder in server resources, and start the resource. Watch the magic. I don’t mind my work being used in other resources as long as I am credited somewhere.


Changelog

  • v0.1 - added comments to code, easier to understand and configure
13 Likes

Nice release, good to see some unique releases :slight_smile:

2 Likes

Agree w/ @zee, it actually is a unique way to combat the jump speed up.

4 Likes

Awesome script, I’d love to develop some like this as well basic scripts but detailed and nice to have.

1 Like

nice work, simple … creative idea. Thanks for sharing!

1 Like

Is it still going to trigger if you are trying to jump over a fence or?

1 Like

Nope, this is because it checks using:

and not IsPedClimbing(ped)

Snail-proof :snail:, have been using this for a while with no issue - very solid. Like a snail’s shell.

2 Likes

ok cool, just checking since i could not go thru the code without downloading it :slight_smile:

Good release

2 Likes

THIS iS SO COOL

1 Like

can i change the chance of falling?

Did you even look at the code?

I’m not good at coding…

1 Like

Change the variable ragdoll_chance from 0.8 to whatever you want. 1.0 would be 100%, 0.1 would be 10% etc.

2 Likes

Just drag and drop, working like a charm. this is will more realistic on my server. Good Job

1 Like

Nice release! :smiley:

This is dope!, is there a way to hide the results in F8 so it wont be spamming it?