[Request] Ragdoll when shot/Realistic Gunshot Wounds

Hello everyone,

I was wondering if someone would be able to develop a resource which ragdolls a player as soon as he gets shot (e.g. his leg). So let’s say someone is running away from the cops, and a cop shoots the player in his leg, than the injured player will ragdoll/fall.

I don’t expect this to be very hard to code, but it is something I highly demand on my server, to add even more realism.

Cheers,

ItsLeandro

6 Likes

Yeah i would really like to have this on my server too if someone makes it!

Why not make it?

(20 Chars)

Any progress on that?

IsPedInjured(Ped)
SetPedToRagdoll(GetPlayerPed(-1), 1000, 1000, 0, 0, 0, 0)

This should help out a bit.

Here’s a disarming script for reference. https://github.com/throwarray/disarm-weapon/blob/master/client.lua
And here’s a list of bones you can test against for damage. https://pastebin.com/D7JMnX1g
When you’ve been shot in the legs have your player ragdoll.

This would be a pretty dope idea.

it is? [Release] Ragdoll when shot v2.0

1 Like

Thanks :smiley: