// SetPedToRagdoll
void SET_PED_TO_RAGDOLL(Ped ped, int minTime, int maxTime, int ragdollType, BOOL bAbortIfInjured, BOOL bAbortIfDead, BOOL bForceScriptControl);
p4/p5: Unusued in TU27
Ragdoll Types
0: CTaskNMRelax
1: CTaskNMScriptControl: Hardcoded not to work in networked environments.
Else: CTaskNMBalance
This is the server-side RPC native equivalent of the client native SET_PED_TO_RAGDOLL.