mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-15 14:07:21 +08:00
feat(GravityGun): When grabbing peds force them to ragdoll
This commit is contained in:
parent
5eb11bf04a
commit
4559d078e6
@ -57,6 +57,8 @@ namespace big
|
||||
{
|
||||
functions::take_control_of_entity(entity);
|
||||
|
||||
if (ENTITY::IS_ENTITY_A_PED(entity) && !PED::IS_PED_RAGDOLL(entity)) TASK::SET_HIGH_FALL_TASK(entity, 0, 0, 0);
|
||||
|
||||
features::notify::above_map("Selected entity at crosshair.");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user