Any way to get the animation name/dict a ped is playing?
-
@AHK1221 I don't know of a way to get the actual animation for the "base" movement tasks of the player. It seems as though the game abstracts the animation related stuff into individual tasks that the player is performing at the time. Perhaps their is a virtual function in the task class that returns the animation hash but that would require more research, of course..
-
@CamxxCore If you do find anything, please let me know