mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
feat(Self): Set other ragdoll natives to false
This commit is contained in:
parent
802aee41af
commit
a128160e2b
@ -8,5 +8,7 @@ namespace big
|
|||||||
Ped player = PLAYER::PLAYER_PED_ID();
|
Ped player = PLAYER::PLAYER_PED_ID();
|
||||||
|
|
||||||
PED::SET_PED_CAN_RAGDOLL(player, !g.self.no_ragdoll);
|
PED::SET_PED_CAN_RAGDOLL(player, !g.self.no_ragdoll);
|
||||||
|
PED::SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(player, !g.self.no_ragdoll);
|
||||||
|
PED::SET_PED_RAGDOLL_ON_COLLISION(player, !g.self.no_ragdoll);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user