SetPlayerAnimation

From Onset Developer Wiki
Revision as of 20:25, 1 September 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetPlayerAnimation

Type: Function
Context: Server
Introduced: v1.0

Description

Set the player's animation.

Syntax

SetPlayerAnimation(player, animation)

Parameters

Return Value

  • This function returns nothing.

Example

AddCommand("flex", function(playerid)
    SetPlayerAnimation(playerid, "FLEXX")
    AddPlayerChat(playerid, "Flex like Talos or 28days would.")
end)

See also