Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(!IS_PED_RAGDOLL(GetPlayerPed())){
- SWITCH_PED_TO_RAGDOLL(pPlayer,20000,30000,false,false,false,false);
- SWITCH_PED_TO_ANIMATED(pPlayer,true);
- GIVE_PLAYER_RAGDOLL_CONTROL(GET_PLAYER_ID(),true);
- }
- else{
- SWITCH_PED_TO_ANIMATED(pPlayer,false);
- GIVE_PLAYER_RAGDOLL_CONTROL(GET_PLAYER_ID(),false);
- }
Advertisement
Add Comment
Please, Sign In to add comment