BlendPedAnimation
Jump to navigation
Jump to search
Sets the current animation of a player or ped. Not specifying the type of animation will automatically cancel the current one.
Click to expand [+]
ClientReturns
Returns true if succesful, false otherwise.
Example
Click to collapse [-]
ClientThis example creates a ped, rotates them, and makes them walk:
function makePed() ped1 = createPed(56, 1, 1, 4) setPedRotation(ped1, 315) blendPedAnimation(ped1, "ped", "WOMAN_walknorm") end addEventHandler("onResourceStart", getRootElement(), makePed)
See Also
- addPedClothes
- getPedClothes
- removePedClothes
- createPed
- getPedAmmoInClip
- getPedArmor
- getPedFightingStyle
- getPedOccupiedVehicle
- getPedOccupiedVehicleSeat
- getPedStat
- getPedTarget
- getPedTotalAmmo
- getPedWalkingStyle
- getPedWeapon
- getPedWeaponSlot
- getPedContactElement
- getValidPedModels
- isPedChoking
- isPedDead
- isPedDoingGangDriveby
- isPedDucked
- isPedHeadless
- isPedInVehicle
- isPedOnFire
- isPedOnGround
- isPedWearingJetpack
- killPed
- removePedFromVehicle
- setPedAnimation
- setPedAnimationProgress
- setPedAnimationSpeed
- setPedArmor
- setPedDoingGangDriveby
- setPedFightingStyle
- setPedHeadless
- setPedOnFire
- setPedStat
- setPedWalkingStyle
- setPedWeaponSlot
- warpPedIntoVehicle