SetPlayerRagdoll: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set the specified player's ragdoll.}} {{FuncSyntax|SetPlayerRagdoll(playerid, -)}} {{FuncParameters}} {{FuncParam|playerid|Th..." |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Set the specified player's ragdoll.}} | {{FuncDescription|Set the specified player's ragdoll.}} | ||
{{FuncSyntax|SetPlayerRagdoll(playerid, | {{FuncSyntax|SetPlayerRagdoll(playerid, bEnable)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|playerid|The | {{FuncParam|playerid|The player identifier.}} | ||
{{FuncParam| | {{FuncParam|bEnable|'''true''' to enable ragdoll.}} | ||
{{FuncReturnValue|Returns '''true''' on success.}} | {{FuncReturnValue|Returns '''true''' on success.}} |
Revision as of 14:19, 23 November 2019
Description
Set the specified player's ragdoll.
Syntax
SetPlayerRagdoll(playerid, bEnable)
Parameters
- playerid
The player identifier. - bEnable
true to enable ragdoll.
Return Value
- Returns true on success.
Example
SetPlayerRagdoll