New anim const

This commit is contained in:
Vortrex
2022-01-06 13:33:17 -06:00
parent 89c139288c
commit 9217638191

View File

@@ -61,10 +61,13 @@ const VRR_PROPLABEL_INFO_BUYBIZ = 8;
// Animation Types
const VRR_ANIMTYPE_NONE = 0;
const VRR_ANIMTYPE_ADD = 1;
const VRR_ANIMTYPE_NORMAL = 1;
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)
const VRR_ANIMTYPE_SURRENDER = 5; // This animtype is used to surrender (like handsup or cower)
const VRR_ANIMTYPE_FORCED = 6; // This animtype is forced (can't use stopanim to get out of it)
const VRR_ANIMTYPE_FREEZE = 6; // This animtype is forced (can't use stopanim to get out of it)
// Animation Move Types
const VRR_ANIMMOVE_NONE = 0;