diff --git a/scripts/shared/const.js b/scripts/shared/const.js index c7640974..2f69b486 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -55,4 +55,6 @@ const VRR_BIZLABEL_INFO_REPAIR = 5; const VRR_ANIMTYPE_NONE = 0; const VRR_ANIMTYPE_ADD = 1; -const VRR_ANIMTYPE_BLEND = 2; \ No newline at end of file +const VRR_ANIMTYPE_BLEND = 2; +const VRR_ANIMTYPE_SHARED = 3; // Forces this animation to play in sync with another ped's mirrored anim (handshake, kiss, gang signs, etc) +const VRR_ANIMTYPE_SPECIALACTION = 4; // This animtype uses a special action (only in SA) \ No newline at end of file