Scripting?

This commit is contained in:
Sardelka
2022-05-31 19:35:01 -08:00
parent b863b7037a
commit a8a16fac61
14 changed files with 273 additions and 189 deletions

View File

@ -96,7 +96,8 @@ namespace RageCoop.Client
flags |= PedDataFlags.IsJumping;
}
if (ped.IsRagdoll)
// Fake death
if (ped.IsRagdoll || (ped.Health==1 && ped.IsPlayer))
{
flags |= PedDataFlags.IsRagdoll;
}