Parachute sync added. Small changes

This commit is contained in:
EntenKoeniq
2022-01-01 04:16:24 +01:00
parent 7cc91ebbbd
commit 3f4eeb0a32
8 changed files with 65 additions and 15 deletions

View File

@ -138,8 +138,9 @@ namespace CoopClient
IsRagdoll = 1 << 4,
IsOnFire = 1 << 5,
IsInParachuteFreeFall = 1 << 6,
IsOnLadder = 1 << 7,
IsVaulting = 1 << 8
IsParachuteOpen = 1 << 7,
IsOnLadder = 1 << 8,
IsVaulting = 1 << 9
}
#region ===== VEHICLE DATA =====