Hello, excuse me, i need help to create a script that ragdoll a chosen player with a command/keybind, do anyone got some advice ?
Hey
-
For the command you can register it with
RegisterCommand()
https://docs.fivem.net/docs/scripting-manual/migrating-from-deprecated/creating-commands/ -
To make the ped ragdoll you have multiple options with Natives
SetPedToRagdoll()
/SetPedToRagdollWithFall()
/SetPedRagdollForceFall()
https://docs.fivem.net/natives/?_0xAE99FB955581844A
1 Like
Oh ok thank you very much for your help ! Ima look further into this