feat(NoRagdoll): Added one more no ragdoll native call

This commit is contained in:
Yimura 2020-12-31 23:24:29 +01:00
parent 0ab2e4f574
commit 51c0d0b8ee
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -16,6 +16,7 @@ namespace big
PED::SET_PED_CAN_RAGDOLL(player, !bNoRagdoll);
PED::SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player, !bNoRagdoll);
PED::SET_PED_RAGDOLL_ON_COLLISION(player, !bNoRagdoll);
}QUEUE_JOB_END_CLAUSE
bLastNoRagdoll = bNoRagdoll;