SetPlayerAnimation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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