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 difference)

Revision as of 05:53, 23 November 2019

SetPlayerRagdoll

Type: Function
Context: Server
Introduced: v1.0

Description

Set the specified player's ragdoll.

Syntax

SetPlayerRagdoll(playerid, -)

Parameters

  • playerid
    The pickup identifier.
  • -
    -

Return Value

  • Returns true on success.

Example

SetPlayerRagdoll

See also

Template:PlayerFunctions