MafiaMP icon indicating copy to clipboard operation
MafiaMP copied to clipboard

Implement Animations

Open Segfaultd opened this issue 2 years ago • 0 comments

Description

As a server owner, I want to be able to play an anim on a given player, based on the player id and the anim name / hash.

I also need a method to stop an anim from being played on a given player id

Reverse engineering

  • PlayAnimation
  • StopAnimationPlay
  • Database anims list (maybe?)

Networking

  • Add messages to trigger playing / stopping

Scripting

  • Expose playing / stopping methods

Segfaultd avatar Feb 02 '24 22:02 Segfaultd