SET ANIM GROUP FOR CHAR

From GTAMods Wiki
Jump to navigation Jump to search
SET_ANIM_GROUP_FOR_CHAR
Number of parameters: 2
Parameter #TypeDescription
1.integerPed handler
2.stringAnim set
Return value:
TypeDescription
None

This function sets ped animation group, which can be used, for example, to change walking style.

Example

RequestAnims("move_injured_generic")
while not HaveAnimsLoaded("move_injured_generic") do Wait(0) end
SetAnimGroupForChar(GetPlayerPed(), "move_injured_generic")