For the complete documentation index, see llms.txt. This page is also available as Markdown.

Animations

In this tab you can find all the available animations for item props. This is the same list businesses see when registering a new product. Depending on the product type, a specific list matching that type is displayed.

Adding New Animations

Click the Add Animation button to open the Panel.

For Dictionaty and Animation fields, use online tools like Pleb Masters: https://forge.plebmasters.de/animations

  • Key:string Most be a unique key name, used by the code only.

  • Label:string Used for UI

  • Dictionary:string Dictionary for your animation

  • Animation:string Animation name

  • Allowed Jobs:false|array List of jobs allowed to use the animation for their products, empty means anyone will be able to use it.

  • Item Types:array List of item types where this animation will be available.

  • Progress Label:string Label to show on progressbar

  • Duration:number Animation duration (in seconds)

  • Animation Props: Is a list of props to spawn while the animation is running, every prop must contain the following data:

    • model:string Object model to spawn

    • bone:numberPed bone index where the object will be attached to.

    • position x, y and z: Object position offsets.

    • rotation x, y and z: Object rotation offsets.

  • Walkable:boolean Allow player to walk while running the animation

  • Allow Driving:boolean Allow player to drive while running the animation

For object offsets, you can use free tools like this one: https://forum.cfx.re/t/free-dev-tool-ped-animation-and-prop-menu/4785352/1

Last updated