DESCRIPTION
Example use in C# by Hayden Almeida 🧲
public static void SetPedRagdoll(int ped, int RagdollType, int time_ms)
{
API.SetPedToRagdoll(ped, time_ms, time_ms, RagdollType, true, true, false);
//0=Normal ragdoll 1=Falls with stiff legs/body 2=stumble 3=wide leg stumble
}
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.