Player.CreateRagdoll
From GMod Wiki
| Function | |
| Syntax | Player:CreateRagdoll( ) |
| Description: | |
| Creates the player's death ragdoll. | |
| Returns: | nil |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.CreateRagdoll]Player.CreateRagdoll [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Creates a clientside ragdoll of the player. |
|---|---|
| Used on | |
| Code | ply:CreateRagdoll() |
| Output | A clientside ragdoll with ply's model. |
Additional Notes
- Just like the normal death ragdoll, this will be client side.